mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
add option to change statusBar
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user