Compare commits
No commits in common. "85df4a282bb4cc8b44afd4386eddded1a4550f14" and "2e6c8b560152ace732f5870950ce3605f91d0dff" have entirely different histories.
85df4a282b
...
2e6c8b5601
3 changed files with 4 additions and 16 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -44,6 +44,3 @@ config/spicetify
|
|||
config/spotify
|
||||
config/systemd
|
||||
local/share/Trash
|
||||
config/remmina
|
||||
config/filezilla
|
||||
config/VSCodium
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
"interval": 60,
|
||||
"states": {
|
||||
"warning": 40,
|
||||
"critical": 25
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
|
@ -204,16 +204,14 @@
|
|||
"format-ethernet": "{ifname} ",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"max-length": 50,
|
||||
"tooltip": true,
|
||||
"interval": 60,
|
||||
"tooltip": true
|
||||
},
|
||||
"network#openvpn": {
|
||||
"interface": "tun0",
|
||||
"format": "🔒",
|
||||
"format-disconnected": "🔓", //An empty format will hide the module.
|
||||
"max-length": 50,
|
||||
"tooltip": true,
|
||||
"interval": 60,
|
||||
"tooltip": true
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {load}%",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
* {
|
||||
font-size: 11px;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
}
|
||||
|
||||
|
@ -9,14 +10,6 @@ window#waybar {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
window#waybar.thinkpad {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
window#waybar.laptop {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Base styling for modules */
|
||||
#workspaces,
|
||||
#mode,
|
||||
|
|
Loading…
Reference in a new issue