test
This commit is contained in:
parent
9c6e404625
commit
67c2aba02c
2 changed files with 12 additions and 13 deletions
|
@ -59,6 +59,7 @@
|
|||
neofetch
|
||||
gnupg
|
||||
fail2ban
|
||||
python3Minimal
|
||||
];
|
||||
|
||||
# Enable tailscale
|
||||
|
|
|
@ -11,12 +11,17 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"modules-left": ["sway/workspaces", "custom/arrow-dark-on-light-right",
|
||||
"custom/crypto", "custom/arrow-light-on-dark-right",
|
||||
"custom/weather", "custom/arrow-dark-on-bg-right",
|
||||
"modules-left": [
|
||||
"wlr/workspaces",
|
||||
"custom/arrow-dark-on-light-right",
|
||||
"custom/crypto",
|
||||
"custom/arrow-light-on-dark-right",
|
||||
"custom/weather",
|
||||
"custom/arrow-dark-on-bg-right",
|
||||
"sway/mode"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["custom/arrow-light-on-bg-left", "pulseaudio",
|
||||
"modules-right": [
|
||||
"custom/arrow-light-on-bg-left", "pulseaudio",
|
||||
"custom/arrow-dark-on-light-left", "network",
|
||||
"custom/arrow-light-on-dark-left", "cpu",
|
||||
"custom/arrow-dark-on-light-left", "memory",
|
||||
|
@ -30,15 +35,6 @@
|
|||
"disable-scroll": true
|
||||
},
|
||||
|
||||
"custom/crypto": {
|
||||
"format": "{}",
|
||||
"interval": 600,
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/modules/crypto/waybar_crypto.py",
|
||||
"exec-if": "ping pro-api.coinmarketcap.com -c1",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"custom/weather": {
|
||||
"format": "{}",
|
||||
"tooltip": true,
|
||||
|
@ -345,5 +341,7 @@ tooltip {
|
|||
}
|
||||
'';
|
||||
};
|
||||
|
||||
".config/waybar/wttr.py"
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue