ATMDA
1debf488ee
controlcenter: ethernet panel (debug)
2025-11-10 10:00:04 -05:00
ATMDA
47dfcf4baf
launcher: python execution like calculator functionality
2025-11-10 00:46:45 -05:00
ATMDA
4897b37882
osicon: toggle launcher on click
2025-11-09 23:51:53 -05:00
ATMDA
615d1d9a49
controlcenter: cleaning up ui to match
2025-11-09 23:36:44 -05:00
ATMDA
d20a5095bb
fix: color schemes and variants in appearance pane
2025-11-09 22:52:21 -05:00
ATMDA
8d7bb827eb
controlcenter: appearance pane
2025-11-09 22:48:38 -05:00
ATMDA
d8de7c7e4b
controlcenter: wifi passphrase input
...
fix: dependability issues with nmcli
2025-11-09 21:43:51 -05:00
ATMDA
81a8157b67
fix: panels (i'm debugging)
...
new file: modules/bar/components/Settings.qml
new file: modules/bar/components/SettingsIcon.qml
new file: modules/controlcenter/audio/AudioPane.qml
new file: modules/controlcenter/network/Details.qml
new file: modules/controlcenter/network/NetworkList.qml
new file: modules/controlcenter/network/NetworkPane.qml
new file: modules/controlcenter/network/Settings.qml
2025-11-09 19:17:26 -05:00
ATMDA
f1234bc967
fix: window title while keeping new panels
...
modified: config/BarConfig.qml
modified: modules/BatteryMonitor.qml
modified: modules/background/DesktopClock.qml
modified: modules/bar/Bar.qml
modified: modules/controlcenter/WindowFactory.qml
modified: modules/controlcenter/WindowTitle.qml
2025-11-09 19:10:11 -05:00
ATMDA
8783a3a95a
config: settings in bar
2025-11-09 17:55:03 -05:00
ATMDA
5d7151e79e
controlcenter: network and audio panels
2025-11-09 17:54:16 -05:00
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