add option to change statusBar

This commit is contained in:
2026-02-24 19:49:35 +01:00
parent 74b4c90007
commit 8ead2d6800
2 changed files with 8 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKxyiqawA95AlLjXGd99sQCVR2rDq2/D7PG/vz7sZv5G";
mainMonitor = "DP-1";
statusBar = "ashell"; # available: ashell|waybar
pathConfig = {
wallpaper = "Obrazy/tapety/catppuccin";

View File

@@ -1,4 +1,9 @@
{ isNixOS, lib, ... }:
{
isNixOS,
lib,
userConfig,
...
}:
{
wayland.windowManager.hyprland = {
@@ -141,7 +146,7 @@
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
"uwsm app -- kdeconnect-indicator"
"uwsm app -- ashell"
"uwsm app -- ${userConfig.statusBar}"
"swww-daemon"
"openrgb -c $openrgb_color"
];