add wayland
This commit is contained in:
116
modules/optionnal/desktop/config/etc/xdg/waybar/style.css
Normal file
116
modules/optionnal/desktop/config/etc/xdg/waybar/style.css
Normal file
@@ -0,0 +1,116 @@
|
||||
@import "colors.css";
|
||||
|
||||
* {
|
||||
/*font-family: "Font Awesome 6 Free Solid", "Font Awesome 6 Free Regular", "Font Awesome 6 Brands Regular", "CaskaydiaCove Nerd Font Propo";*/
|
||||
font-family: "CaskaydiaCove Nerd Font Propo";
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
min-height: 0px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
color: @text;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background-color: rgba(48, 52, 70, 0);
|
||||
}
|
||||
|
||||
#custom-logo,
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
#network,
|
||||
#workspaces,
|
||||
#custom-maj,
|
||||
#pulseaudio,
|
||||
#memory,
|
||||
#clock,
|
||||
#tray {
|
||||
border-radius: 10px;
|
||||
background-color: rgba(48, 52, 70, 0.8);
|
||||
margin: 10px 10px 0px 10px;
|
||||
border: @overlay0 2px solid;
|
||||
}
|
||||
|
||||
#custom-settings {
|
||||
color: @pink;
|
||||
}
|
||||
|
||||
#custom-lockscreen {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0 5px;
|
||||
min-width: 152px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
background-color: @overlay0;
|
||||
margin: 5px 5px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#workspaces button:hover,
|
||||
#workspaces button.empty:hover,
|
||||
#workspaces button.active:hover,
|
||||
#workspaces button.visible:hover,
|
||||
#workspaces button.urgent:hover {
|
||||
background: @overlay2;
|
||||
border: 0px solid @red;
|
||||
}
|
||||
|
||||
#workspaces button label {
|
||||
color: @teal;
|
||||
opacity: 0;
|
||||
padding: 1px 6px 0px 6px;
|
||||
transition: padding 0.2s;
|
||||
}
|
||||
|
||||
#workspaces button.visible label {
|
||||
opacity: 1;
|
||||
padding: 1px 20px;
|
||||
transition: padding 0.2s;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
background: @surface0;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: @overlay1;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
background: @overlay0;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background: @red;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: @pink;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @yellow;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#tray {
|
||||
padding: 0 8px 0 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user