feat: add waybar
This commit is contained in:
@@ -108,13 +108,6 @@ window#waybar.chromium {
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
#custom-covid {
|
||||
padding: 0 10px;
|
||||
margin: 0 4px;
|
||||
background-color: @bg-color-16;
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
padding: 0 10px;
|
||||
margin: 0 4px;
|
||||
@@ -237,13 +230,6 @@ window#waybar.chromium {
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
padding: 0 10px;
|
||||
margin: 0 4px;
|
||||
background-color: @bg-color-14;
|
||||
color: @fg-color;
|
||||
}
|
||||
|
||||
#mpd {
|
||||
padding: 0 10px;
|
||||
margin: 0 4px;
|
||||
|
||||
@@ -33,11 +33,16 @@
|
||||
pa_applet
|
||||
libnotify
|
||||
adwaita-icon-theme
|
||||
swaybg
|
||||
];
|
||||
programs.thunar.enable = true;
|
||||
programs.hyprland.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
# services.displayManager.ly.enable = true;
|
||||
services.displayManager.ly.enable = true;
|
||||
# services.displayManager.sddm = {
|
||||
# enable = true;
|
||||
# wayland.enable = true;
|
||||
# };
|
||||
rofi.enable = true;
|
||||
|
||||
home-manager.users.luca = {
|
||||
@@ -54,7 +59,6 @@
|
||||
};
|
||||
waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
@@ -145,6 +149,10 @@
|
||||
"XCURSOR_THEME, Adwaita"
|
||||
"XCURSOR_SIZE,24"
|
||||
];
|
||||
exec-once = [
|
||||
"swaybg -i ~/.config/wallpaper/bg.jpg"
|
||||
"waybar"
|
||||
];
|
||||
monitor = [
|
||||
"eDP-1, 1920x1080, 0x0, 1"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user