This commit is contained in:
sudacode 2025-05-25 01:29:16 -07:00
parent 2c6984e655
commit b9be2325ad
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Set programs that you use
$terminal = FONTCONFIG_FILE=/home/sudacode/.config/ghostty/ghostty-fonts.conf uwsm app -sa -- ghostty
$fileManager = uwsm app -sa -- dolphin
$fileManager = uwsm app -sa -- thunar
# $menu = rofi -show drun
# https://github.com/Vladimir-csp/uwsm#2-service-startup-notification-and-vars-set-by-compositor
# $menu = rofi -show drun -run-command "uwsm app -- {cmd}"

View File

@ -157,13 +157,13 @@
"format-disconnected": "Disconnected ⚠",
"on-click": "$HOME/.config/rofi/scripts/rofi-wifi-menu.sh",
},
"custom/weather": {
"interval": 600,
"exec": "~/.config/waybar/scripts/wttr.sh Los_Angeles",
"return-type": "json",
"format": "{}",
"tooltip": true,
},
// "custom/weather": {
// "interval": 600,
// "exec": "~/.config/waybar/scripts/wttr.sh Los_Angeles",
// "return-type": "json",
// "format": "{}",
// "tooltip": true,
// },
"custom/kernel": {
"exec": "uname -r | sed -E 's/^([0-9]+\\.[0-9]+\\.[0-9]+)-.*-([a-zA-Z0-9]+)/\\1-\\2/'",
"format": "{} ",