Compare commits

..

3 Commits

2 changed files with 13 additions and 3 deletions

10
config
View File

@@ -49,10 +49,14 @@
}
},
"cpu": {
"format": "{usage}%  "
"format": "{usage}%  ",
"interval": 5,
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 btm\""
},
"memory": {
"format": "{}%  "
"format": "{}%  ",
"interval": 5,
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 btm\""
},
"battery": {
"interval": 5,
@@ -73,7 +77,7 @@
"format-ethernet": "{ifname}  ",
"format-disconnected": "Disconnected ⚠ ",
"tooltip-format": "{ipaddr}/{cidr}",
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 nmtui\""
"on-click": "hyprctl dispatch exec \"[float] foot -W 160x48 bash -c 'source ~/.config/waybar/scripts/bashrc; nmtui'\""
},
"pulseaudio": {
"scroll-step": 1,

6
scripts/bashrc Normal file
View File

@@ -0,0 +1,6 @@
#
# ~/.bashrc
#
PS1='[\u@\h \w]\$ '
sleep 0.01s