updated waybar, updated nvim, updated river

This commit is contained in:
Jellyfish 2025-07-09 16:59:41 -07:00
parent fbafda91bf
commit 5e8f87de98
4 changed files with 15 additions and 8 deletions

View File

@ -23,5 +23,6 @@
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"oil.nvim": { "branch": "master", "commit": "08c2bce8b00fd780fb7999dbffdf7cd174e896fb" }, "oil.nvim": { "branch": "master", "commit": "08c2bce8b00fd780fb7999dbffdf7cd174e896fb" },
"trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" }, "trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" },
"vim-fugitive": { "branch": "master", "commit": "593f831d6f6d779cbabb70a4d1e6b1b1936a88af" } "vim-fugitive": { "branch": "master", "commit": "593f831d6f6d779cbabb70a4d1e6b1b1936a88af" },
"vim-suda": { "branch": "master", "commit": "9adda7d195222d4e2854efb2a88005a120296c47" }
} }

View File

@ -0,0 +1,3 @@
return {
'lambdalisue/vim-suda'
}

View File

@ -175,6 +175,9 @@ waybar&
# Setup background # Setup background
swww-daemon& swww-daemon&
# Setup screencast
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
# Setup fuzzy finder and app launcher with keybinds # Setup fuzzy finder and app launcher with keybinds
riverctl map normal Super R spawn fuzzel riverctl map normal Super R spawn fuzzel

View File

@ -44,20 +44,20 @@
}, },
"cpu": { "cpu": {
"format": "{}%" "format": "{usage}%"
}, },
"memory": { "memory": {
"format": "{}%" "format": "{}%"
}, },
"temperature": { "temperature": {
"format": "{}󰔄 󱃃" "format": "󱃃 {}󰔄 "
}, },
"disk": { "disk": {
"format": "{}%  " "format": " {}% free"
}, },
"network":{ "network":{
@ -67,9 +67,9 @@
"󰤥", "󰤥",
"󰤨" "󰤨"
], ],
"format-ethernet": "{essid} 󱎔 ", "format-ethernet": "󱎔 {essid}",
"format-wifi": "{essid} {icon}", "format-wifi": "{icon} {essid}",
"format-disconnected": "Disconnected" "format-disconnected": "Disconnected"
}, },
"battery": { "battery": {