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