Compare commits

..

No commits in common. "85df4a282bb4cc8b44afd4386eddded1a4550f14" and "2e6c8b560152ace732f5870950ce3605f91d0dff" have entirely different histories.

3 changed files with 4 additions and 16 deletions

3
.gitignore vendored
View file

@ -44,6 +44,3 @@ config/spicetify
config/spotify config/spotify
config/systemd config/systemd
local/share/Trash local/share/Trash
config/remmina
config/filezilla
config/VSCodium

View file

@ -190,7 +190,7 @@
"interval": 60, "interval": 60,
"states": { "states": {
"warning": 40, "warning": 40,
"critical": 25 "critical": 20
}, },
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""], "format-icons": ["", "", "", "", ""],
@ -204,16 +204,14 @@
"format-ethernet": "{ifname} ", "format-ethernet": "{ifname} ",
"format-disconnected": "", //An empty format will hide the module. "format-disconnected": "", //An empty format will hide the module.
"max-length": 50, "max-length": 50,
"tooltip": true, "tooltip": true
"interval": 60,
}, },
"network#openvpn": { "network#openvpn": {
"interface": "tun0", "interface": "tun0",
"format": "🔒", "format": "🔒",
"format-disconnected": "🔓", //An empty format will hide the module. "format-disconnected": "🔓", //An empty format will hide the module.
"max-length": 50, "max-length": 50,
"tooltip": true, "tooltip": true
"interval": 60,
}, },
"cpu": { "cpu": {
"format": " {load}%", "format": " {load}%",

View file

@ -1,4 +1,5 @@
* { * {
font-size: 11px;
font-family: "Font Awesome 5 Free"; font-family: "Font Awesome 5 Free";
} }
@ -9,14 +10,6 @@ window#waybar {
border-radius: 4px; border-radius: 4px;
} }
window#waybar.thinkpad {
font-size: 11px;
}
window#waybar.laptop {
font-size: 14px;
}
/* Base styling for modules */ /* Base styling for modules */
#workspaces, #workspaces,
#mode, #mode,