mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:11:55 -05:00
waybar: remove custom colors
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
b188915ddc
commit
949cecda10
|
@ -268,36 +268,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
|
||||||
border-radius: 0px;
|
|
||||||
border: none;
|
|
||||||
font-family: "${cfg.theme.sansFont.name}", FontAwesome, sans-serif;
|
|
||||||
font-size: ${toString (cfg.theme.sansFont.size + 3)}px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background-color: alpha(${cfg.theme.colors.background}, 0.8);
|
|
||||||
color: ${cfg.theme.colors.text};
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background-color: ${cfg.theme.colors.background};
|
|
||||||
color: ${cfg.theme.colors.text};
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
border-radius: ${toString cfg.theme.borderRadius};
|
|
||||||
color: ${cfg.theme.colors.text};
|
|
||||||
margin: 0px 0px;
|
|
||||||
padding: 0px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active,
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: ${cfg.theme.colors.secondary};
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery,
|
#battery,
|
||||||
#bluetooth,
|
#bluetooth,
|
||||||
#clock,
|
#clock,
|
||||||
|
@ -317,21 +287,6 @@ in {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging,
|
|
||||||
#power-profiles-daemon.power-saver {
|
|
||||||
color: ${cfg.theme.colors.primary};
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical:not(.charging),
|
|
||||||
#custom-dnd.on,
|
|
||||||
#idle_inhibitor.activated,
|
|
||||||
#network.disabled,
|
|
||||||
#network.disconnected,
|
|
||||||
#power-profiles-daemon.performance,
|
|
||||||
#pulseaudio.muted {
|
|
||||||
color: ${cfg.theme.colors.secondary};
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#tablet,
|
#tablet,
|
||||||
#hardware,
|
#hardware,
|
||||||
|
@ -341,16 +296,9 @@ in {
|
||||||
#submap,
|
#submap,
|
||||||
#tray,
|
#tray,
|
||||||
#workspaces {
|
#workspaces {
|
||||||
margin: 5px 5px;
|
margin: 0px 5px;
|
||||||
padding: 0px 2.5px;
|
padding: 0px 2.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submap,
|
|
||||||
#mode {
|
|
||||||
background-color: ${cfg.theme.colors.secondary};
|
|
||||||
border-radius: ${toString cfg.theme.borderRadius};
|
|
||||||
color: ${cfg.theme.colors.background};
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue