Fix waybar formatting, add home niri home configuraiton to laptop configuration
This commit is contained in:
parent
f987df4de2
commit
82c419aa4b
|
|
@ -6,7 +6,9 @@
|
||||||
# Global Config, always to be included
|
# Global Config, always to be included
|
||||||
./../../global-home.nix
|
./../../global-home.nix
|
||||||
./../../modules/nixos/cspark-desktop-plasma/home.nix
|
./../../modules/nixos/cspark-desktop-plasma/home.nix
|
||||||
|
./../../modules/nixos/cspark-desktop-gnome/home.nix
|
||||||
./../../modules/nixos/cspark-desktop-sway/home.nix
|
./../../modules/nixos/cspark-desktop-sway/home.nix
|
||||||
|
./../../modules/nixos/cspark-desktop-niri/home.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# KDE Connect
|
# KDE Connect
|
||||||
|
|
@ -15,7 +17,9 @@
|
||||||
|
|
||||||
# Custom Desktop Configurations
|
# Custom Desktop Configurations
|
||||||
# cspark-desktop-plasma-config-1.enable = true;
|
# cspark-desktop-plasma-config-1.enable = true;
|
||||||
|
# cspark-desktop-gnome-config-1.enable = true;
|
||||||
# cspark-desktop-sway-config-1.enable = true;
|
# cspark-desktop-sway-config-1.enable = true;
|
||||||
|
cspark-desktop-niri-config-1.enable = true;
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
|
|
|
||||||
|
|
@ -15,11 +15,11 @@
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"bat":"BAT1",
|
"bat":"BAT0",
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
"format-charging": " {capacity}%",
|
"format-charging": " {capacity}%",
|
||||||
"format-plugged": " {capacity}%",
|
"format-plugged": " {capacity}%",
|
||||||
"format-discharging": " {capacity}%",
|
"format-discharging": " {capacity}%",
|
||||||
"format-alt": "{icon} {time}",
|
"format-alt": "{icon} {time}",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ window#waybar {
|
||||||
background: @background-color;
|
background: @background-color;
|
||||||
color: @foreground-color;
|
color: @foreground-color;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue