AutoYADM commit: 2025-01-13 22:55:04
This commit is contained in:
parent
3bb5854955
commit
6aed7911c2
2 changed files with 157 additions and 61 deletions
86
.config/waybar/old.txt
Normal file
86
.config/waybar/old.txt
Normal file
|
@ -0,0 +1,86 @@
|
|||
|
||||
* {
|
||||
border: none;
|
||||
font-size: 12px;
|
||||
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF";
|
||||
/* min-height: 25px; */
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @bg;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#custom-logo {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
padding-left: 5px;
|
||||
border-radius: 15px 0 0 15px;
|
||||
margin-top: 2px;
|
||||
/* background: #000000; */
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
padding: 0 15px;
|
||||
margin-top: 2px;
|
||||
border-radius: 15px 15px 15px 15px;
|
||||
/* background: #000000; */
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
border-radius: 0 15px 15px 0;
|
||||
margin-top: 2px;
|
||||
/* background: #000000; */
|
||||
}
|
||||
|
||||
#battery,
|
||||
#custom-clipboard,
|
||||
#custom-colorpicker,
|
||||
#custom-powerDraw,
|
||||
#bluetooth,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#disk,
|
||||
#memory,
|
||||
#backlight,
|
||||
#cpu,
|
||||
#temperature,
|
||||
#custom-weather,
|
||||
#idle_inhibitor,
|
||||
#jack,
|
||||
#tray,
|
||||
#window,
|
||||
#workspaces,
|
||||
#clock {
|
||||
padding: 0 5px;
|
||||
}
|
||||
#pulseaudio {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
#temperature.critical,
|
||||
#pulseaudio.muted {
|
||||
color: @red_ember;
|
||||
/* padding-top: 0; */
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: @orange_glow;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: @fg;
|
||||
background-color: @green;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background-color: @orange_smolder;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: @red_ember;
|
||||
color: @fg;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue