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