Testing. BBreaking Things
This commit is contained in:
parent
5761e2e9cd
commit
f211254ec6
2 changed files with 17 additions and 14 deletions
16
desktops/hyprland/waybar/gruvbox.nix
Normal file
16
desktops/hyprland/waybar/gruvbox.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{...}: {
|
||||
# Called from: /hosts/${hostname}/desktops/hyprland-conf.nix
|
||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
||||
# Waybar configuration
|
||||
"~/.config/waybar/config.jsonc" = {
|
||||
enable = true;
|
||||
executable = false;
|
||||
text = "";
|
||||
}
|
||||
# Waybar theming
|
||||
"~/.config/waybar/style.css" = {
|
||||
enable = true;
|
||||
executable = false;
|
||||
text = "";
|
||||
};
|
||||
}
|
|
@ -202,20 +202,7 @@
|
|||
|
||||
# Waybar Configs:
|
||||
import = [
|
||||
./waybar/gruvbox.nix
|
||||
../../../desktops/hyprland/waybar/gruvbox.nix
|
||||
];
|
||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
||||
# Waybar configuration
|
||||
"~/.config/waybar/config.jsonc" = {
|
||||
enable = true;
|
||||
executable = false;
|
||||
text = "";
|
||||
}
|
||||
# Waybar theming
|
||||
"~/.config/waybar/style.css" = {
|
||||
enable = true;
|
||||
executable = false;
|
||||
text = "";
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue