Compare commits

...

2 Commits

Author SHA1 Message Date
Tobias Maier
5d46974c1e t 2022-08-07 21:42:51 +02:00
Tobias Maier
51dd6f9de8 d 2022-08-07 21:42:46 +02:00
2 changed files with 5 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
border: none;
border-radius: 0;
font-family: "JetbrainsMono Nerd Font";
font-size: 14px;
font-size: 12px;
}
window#waybar {
@@ -23,20 +23,10 @@ window#waybar.hidden {
color: #d8dee9;
}
#custom-powermenu {
margin-top: 6px;
margin-left: 12px;
margin-right: 12px;
padding-left: 15px;
padding-right: 20px;
border-radius: 5px;
transition: none;
background: #2e3440;
}
#tags {
margin-top: 6px;
margin-right: 12px;
margin-left: 12px;
font-size: 4px;
border-radius: 5px;
transition: none;
@@ -102,6 +92,7 @@ window#waybar.hidden {
#clock {
margin-top: 6px;
margin-left: 12px;
margin-right: 12px;
border-radius: 5px;
transition: none;
padding: 0 10px;
@@ -146,27 +137,6 @@ window#waybar.hidden {
background: #2e3440;
}
#custom-cpu {
margin-top: 6px;
margin-left: 12px;
border-radius: 5px;
transition: none;
padding: 10px 10px;
color: #88c0d0;
background: #2e3440;
}
#custom-clock {
margin-top: 6px;
margin-left: 12px;
margin-right: 12px;
border-radius: 5px;
transition: none;
padding: 10px 10px;
color: #a3be8c;
background: #2e3440;
}
#tray {
margin-top: 6px;
margin-right: 12px;

View File

@@ -16,7 +16,7 @@
},
"temperature": {
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"format": "{temperatureC}°C"
"format": "{temperatureC}°C"
},
"river/window": {
"format": "{}",
@@ -46,8 +46,6 @@
"max-length": 25
},
"cpu": {
"interval": 10,
"format": "{icon} {usage}% - {avg_frequency}Ghz",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
g_frequency}Ghz",
}
}