kanshi, python swayidle, zsh title
This commit is contained in:
@ -125,6 +125,9 @@
|
||||
"modules-center": [
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"custom/rsyncnet",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"tray"
|
||||
],
|
||||
@ -181,6 +184,14 @@
|
||||
"exec": "$HOME/.config/waybar/bin/sensor.sh pm10"
|
||||
},
|
||||
|
||||
"custom/rsyncnet": {
|
||||
"format": "{}",
|
||||
"return-type": "text",
|
||||
"interval": 60,
|
||||
"exec": "cat /tmp/rsync.net"
|
||||
},
|
||||
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 95,
|
||||
|
@ -1,19 +1,19 @@
|
||||
@import "../../.cache/wal/colors-waybar.css";
|
||||
|
||||
* {
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
font-family: Terminus;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: none;
|
||||
background: @back;
|
||||
color: @dark;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: @dark;
|
||||
background: none;
|
||||
background: @back;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
@ -44,6 +44,7 @@ window#waybar {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#custom-rsyncnet,
|
||||
#custom-temperature,
|
||||
#custom-hum,
|
||||
#custom-pressure,
|
||||
|
Reference in New Issue
Block a user