Commit graph

1467 commits

Author SHA1 Message Date
github-actions
c0ea060ffe [CI] chore: update flake 2025-11-09 01:18:27 +00:00
senkun
83bf3386a6
batterymon : fix toast text for charger unplugged (#887) 2025-11-07 03:46:23 +11:00
Horu
d81a7929c9
nix: system -> pkgs.stdenv.hostPlatform.system (#880) 2025-11-04 23:25:12 +11:00
𝐀𝖓𝖆𝖗𝖎𝖔𝐍
302de85ab9
nix: ensure exec permission for wrap_term_launch.sh (#879)
Fixes #614
2025-11-04 23:14:50 +11:00
anders130
668b422149
background: use clock font for the desktop clock font family (#852) 2025-11-03 19:50:42 +11:00
github-actions
9bc3f378d0 [CI] chore: update flake 2025-11-02 01:24:16 +00:00
flpflan
ea20e02d61
nix/hm: prevent generation of configuration file when config is empty (#867) 2025-11-01 02:48:17 +11:00
2 * r + 2 * t
bfd149b256 background: fix wallpaper loading on init
Fixes #779
Closes #847
2025-10-30 01:03:57 +11:00
github-actions
210e0b6a68 [CI] chore: update flake 2025-10-26 01:22:45 +00:00
Nikita Friesen
223207235e
hypr: account for kb layout variants (#836)
Refactor layout and variant parsing logic in Hypr.qml to improve readability and maintainability.
2025-10-23 19:35:45 +11:00
2 * r + 2 * t
58ac60c47c bar/popouts: allow disabling individual popouts
Closes #826
2025-10-21 19:40:34 +11:00
2 * r + 2 * t
0104fe25b2 internal: fix serviceref lsp warning 2025-10-21 14:06:15 +11:00
2 * r + 2 * t
8a46b63a55 background: fix visualiser blur + allow disable
Fixes #807
2025-10-21 14:05:06 +11:00
github-actions
84343dde62 [CI] chore: update flake 2025-10-19 01:25:00 +00:00
dish
4cb1048fdd
toasts: add toast for media track change (#790) 2025-10-15 14:03:14 +11:00
Robin Seger
fe4ebb79b6
feat: VPN toggle (#689)
* feat: configurable VPN toggle for Wireguard

- Added VPN service for wg-quick
- Added VPN toggle to utilities quick toggles
- Configuration in UtilitiesConfig (enabled, connectionName)

* fix:  monitoring and toasts

- Using nmcli monitor for state detection instead of polling
- Added VPN toast notifications

* fix: use polkit

* feat: multi-provider VPN support

- Added support for netbird and tailscale providers
- Universal interface detection using ip link show
- Provider-specific privilege handling (pkexec only for wireguard)
- Updated README with VPN configuration examples

* feat: less hardcoded, configurable providers

* removed comments

* code style changes

* reorganize signal handler
2025-10-14 16:05:15 +11:00
2 * r + 2 * t
f78bc5adcb internal: fix lsp warnings 2025-10-14 16:03:37 +11:00
2 * r + 2 * t
27953a89d1 internal: use QQmlListProperty
Fix lsp errors
2025-10-14 16:00:17 +11:00
2 * r + 2 * t
73aa3e32de toasts: add toast for kb layout change
Closes #688
2025-10-14 01:18:54 +11:00
2 * r + 2 * t
40f98fb059 utilities/record: fix recording list months
Fixes #782
2025-10-13 23:44:44 +11:00
Robin Seger
e399a9d7a3
bar/workspaces: special ws icon config (#785)
* workspaces: icons config

* add README json example
2025-10-13 22:52:14 +11:00
Robin Seger
dde0f85e78
feat: configurable max volume (#723)
* feat: configurable max volume

- Add maxVolume config option to ServiceConfig
- Add maxValue property to FilledSlider component
- Update OSD sliders to respect maxVolume setting
- Update example config in README

* fix: remove redundant maxValue prop
2025-10-13 22:50:56 +11:00
github-actions
72d335d7c5 [CI] chore: update flake 2025-10-12 01:19:04 +00:00
2 * r + 2 * t
7e878fd373
readme: add clock font example conf 2025-10-08 13:32:58 +11:00
2 * r + 2 * t
dbb3d7c67b internal: fix bat charge state
Counts fully charged and pending charge as charging, same as prior to
90c051cf
2025-10-08 13:16:25 +11:00
Belal
8326407e24
assets: fix bongocat border (#752)
Closes #656
2025-10-06 19:55:25 +11:00
Dylan Myers
90c051cfa1
internal: fix battery charging logic for tray and lock (#751)
* Update StatusIcons.qml --- Fix battery chargiing logic

idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this

* Fetch.qml --- Fix battery charging boolean logic

* Use enum value for UPowerDeviceState instead of index

* Use enum value for UPowerDeviceState instead of index

* Update Fetch.qml --- invert battery conditional logic
2025-10-06 19:51:42 +11:00
github-actions
555539d504 [CI] chore: update flake 2025-10-05 01:21:40 +00:00
Soramane
1075a7e97d launcher: fix exclusion with sidebar 2025-10-03 16:26:14 +10:00
2 * r + 2 * t
11dc993f4b plugin/cutils: warn on overwrite fail 2025-10-01 22:35:52 +10:00
2 * r + 2 * t
0691dfb95f
notifs: clear actually close notifs 2025-10-01 13:08:01 +10:00
github-actions
1ec08d3bb2 [CI] chore: update flake 2025-09-28 01:17:21 +00:00
2 * r + 2 * t
e13e346eba plugin/cp: O(n) monstercat
Closes #708
Looks slightly worse I think, but not by much
2025-09-27 15:37:13 +10:00
2 * r + 2 * t
d4dde2c02d idlemonitor: handle logind lock/unlock
Fixes #705
2025-09-27 15:13:49 +10:00
2 * r + 2 * t
4465f1e01c services/hypr: lock keys ignore mods 2025-09-26 20:15:57 +10:00
Soramane
87d6196e4d plugin/hypr: fix shadowed decl 2025-09-26 16:33:27 +10:00
Soramane
dc986c00aa plugin: add sleep notifier
Lock before sleep
2025-09-26 14:35:54 +10:00
2 * r + 2 * t
39f52d73f9 nix: add clazy to devshell 2025-09-25 23:20:49 +10:00
2 * r + 2 * t
84dc5a3593 utilities: size fixes 2025-09-25 23:04:32 +10:00
2 * r + 2 * t
423ca87181 plugin/hypr: fix updating keyboards 2025-09-25 18:30:12 +10:00
2 * r + 2 * t
d3fac6805f plugin/hypr: fix devices + better error handling
Also fix lock indicators
2025-09-25 18:24:52 +10:00
2 * r + 2 * t
10436cd6a3 plugin/appdb: delete when backing entries deleted 2025-09-25 18:02:46 +10:00
2 * r + 2 * t
5559490e5f bar: fix height when tray expansion 2025-09-25 16:20:41 +10:00
2 * r + 2 * t
d191ac44b5 bar: add compact tray option
Closes #659
2025-09-25 16:14:24 +10:00
Nathachou
9cc751df32
readme: update example config (#693)
* Update README.md (added playback and explorer examples in config

I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file

* Update README.md

I'm stupid
2025-09-25 13:57:23 +10:00
2 * r + 2 * t
883ff630d9 plugin/hypr: fix event socket 2025-09-25 00:42:51 +10:00
2 * r + 2 * t
f0ca30692d plugin/hypr: add more helpers
Also refresh options on dynamic option application
2025-09-25 00:40:55 +10:00
2 * r + 2 * t
57e3989185
plugin: add hypr extras (#690)
* move machine

* works

* prevent duplicate refreshes

* use instead of hyprctl proc
2025-09-24 23:48:47 +10:00
Soramane
17509aa2d9 plugin: sub namespace modules 2025-09-24 14:19:04 +10:00
2 * r + 2 * t
262ade0e59 internal: add option for splitbutton menu pos 2025-09-24 12:53:23 +10:00