Compare commits
2 Commits
bbeb757ee9
...
5d46974c1e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d46974c1e | ||
|
|
51dd6f9de8 |
@@ -2,7 +2,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "JetbrainsMono Nerd Font";
|
font-family: "JetbrainsMono Nerd Font";
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@@ -23,20 +23,10 @@ window#waybar.hidden {
|
|||||||
color: #d8dee9;
|
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 {
|
#tags {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
margin-left: 12px;
|
||||||
font-size: 4px;
|
font-size: 4px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: none;
|
transition: none;
|
||||||
@@ -102,6 +92,7 @@ window#waybar.hidden {
|
|||||||
#clock {
|
#clock {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
|
margin-right: 12px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: none;
|
transition: none;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
@@ -146,27 +137,6 @@ window#waybar.hidden {
|
|||||||
background: #2e3440;
|
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 {
|
#tray {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||||
"format": "{temperatureC}°C "
|
"format": " {temperatureC}°C"
|
||||||
},
|
},
|
||||||
"river/window": {
|
"river/window": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
@@ -46,8 +46,6 @@
|
|||||||
"max-length": 25
|
"max-length": 25
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 10,
|
g_frequency}Ghz",
|
||||||
"format": "{icon} {usage}% - {avg_frequency}Ghz",
|
|
||||||
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user