Update .config/sway/config
Update .config/waybar/config.jsonc Update .config/waybar/modules.jsonc
This commit is contained in:
parent
1dc9caffeb
commit
004f93c810
3 changed files with 10 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ set $term foot
|
|||
set $menu rofi -show combi
|
||||
set $windowsearch rofi -show window
|
||||
|
||||
set $wallpaper ~/Pictures/Wallpapers/techno.jpg
|
||||
set $wallpaper ~/Pictures/Wallpapers/door.jpg
|
||||
|
||||
input * xkb_numlock enabled
|
||||
default_border pixel
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"group/datetime",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"custom/livingroom_temp",
|
||||
"group/hardware",
|
||||
"custom/privacydots"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
// ]
|
||||
// },
|
||||
"custom/privacydots": {
|
||||
"exec": "~/.config/waybar/scripts/privacy_dots.sh",
|
||||
"exec": "~/.config/waybar/scripts/privacy_dots/privacy_dots.sh",
|
||||
"return-type": "json",
|
||||
"interval": 1,
|
||||
"format": "{text}",
|
||||
|
|
@ -85,8 +85,14 @@
|
|||
"format": "{usage:3d}% ",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/livingroom_temp": {
|
||||
"exec": "~/.config/waybar/scripts/livingroom_temp/venv/bin/python ~/.config/waybar/scripts/livingroom_temp/livingroom_temp.py | jq --unbuffered --compact-output",
|
||||
"format": "{} ",
|
||||
"return-type":"json",
|
||||
"interval":10
|
||||
},
|
||||
"custom/gpu-usage": {
|
||||
"exec": "python3 ~/.config/waybar/scripts/gpu-usage.py | jq --unbuffered --compact-output",//"nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"exec": "python3 ~/.config/waybar/scripts/gpu-usage/gpu-usage.py | jq --unbuffered --compact-output",//"nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"format": "{percentage:3d}% ",
|
||||
"return-type": "json",
|
||||
"interval": 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue