Changed waybar

This commit is contained in:
Aleksandr Lebedev 2024-11-07 21:24:07 +01:00
parent 67600e89a8
commit a6c775e46c
4 changed files with 16 additions and 7 deletions

View file

@ -12,14 +12,13 @@
#${builtins.readFile "${pkgs.waybar}/etc/xdg/waybar/style.css"}
style = ''
${builtins.readFile ./waybarstyle.css}
* {
font-size: 15px;
}
'';
settings = [{
height = 20;
height = 36;
layer = "top";
position = "top";
tray = { spacing = 3; };
@ -27,7 +26,7 @@
#"hyprland/window"
"clock"
];
modules-left = [ "hyprland/workspaces" ];
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
modules-right = [
"pulseaudio"
"network"