remove experimental flag of waybar

This commit is contained in:
Kabbone 2022-11-02 14:59:02 +01:00
parent 7ac710eba5
commit 441fe84934

View File

@ -9,13 +9,13 @@
waybar waybar
]; ];
nixpkgs.overlays = [ # Waybar needs to be compiled with the experimental flag for wlr/workspaces to work # nixpkgs.overlays = [ # Waybar needs to be compiled with the experimental flag for wlr/workspaces to work
(self: super: { # (self: super: {
waybar = super.waybar.overrideAttrs (oldAttrs: { # waybar = super.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; # mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
}); # });
}) # })
]; # ];
home-manager.users.${user} = { # Home-manager waybar config home-manager.users.${user} = { # Home-manager waybar config
programs.waybar = { programs.waybar = {
@ -29,8 +29,8 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: "Font Awesome", Roboto, Helvetica, Arial, sans-serif; font-family: FiraCode Nerd Font Mono;
font-size: 13px; font-size: 11px;
min-height: 0; min-height: 0;
} }
@ -57,6 +57,7 @@
border-bottom: 2px solid gray; border-bottom: 2px solid gray;
} }
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #temperature, #backlight, #idle_inhibitor, #custom-spotify { #clock, #battery, #cpu, #memory, #network, #pulseaudio, #temperature, #backlight, #idle_inhibitor, #custom-spotify {
color: white;
padding: 0 6px; padding: 0 6px;
margin: 0 5px; margin: 0 5px;
} }