updated waybar, updated nvim, updated river
This commit is contained in:
parent
fbafda91bf
commit
5e8f87de98
@ -23,5 +23,6 @@
|
||||
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||
"oil.nvim": { "branch": "master", "commit": "08c2bce8b00fd780fb7999dbffdf7cd174e896fb" },
|
||||
"trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" },
|
||||
"vim-fugitive": { "branch": "master", "commit": "593f831d6f6d779cbabb70a4d1e6b1b1936a88af" }
|
||||
"vim-fugitive": { "branch": "master", "commit": "593f831d6f6d779cbabb70a4d1e6b1b1936a88af" },
|
||||
"vim-suda": { "branch": "master", "commit": "9adda7d195222d4e2854efb2a88005a120296c47" }
|
||||
}
|
||||
|
||||
3
.config/nvim/lua/plugins/suda.lua
Normal file
3
.config/nvim/lua/plugins/suda.lua
Normal file
@ -0,0 +1,3 @@
|
||||
return {
|
||||
'lambdalisue/vim-suda'
|
||||
}
|
||||
@ -175,6 +175,9 @@ waybar&
|
||||
# Setup background
|
||||
swww-daemon&
|
||||
|
||||
# Setup screencast
|
||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
||||
|
||||
# Setup fuzzy finder and app launcher with keybinds
|
||||
riverctl map normal Super R spawn fuzzel
|
||||
|
||||
|
||||
@ -44,20 +44,20 @@
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"format": "{}% "
|
||||
"format": " {usage}%"
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
"format": " {}%"
|
||||
},
|
||||
|
||||
"temperature": {
|
||||
"format": "{} "
|
||||
"format": " {} "
|
||||
|
||||
},
|
||||
|
||||
"disk": {
|
||||
"format": "{}% "
|
||||
"format": " {}% free"
|
||||
},
|
||||
|
||||
"network":{
|
||||
@ -67,9 +67,9 @@
|
||||
"",
|
||||
""
|
||||
],
|
||||
"format-ethernet": "{essid} ",
|
||||
"format-wifi": "{essid} {icon}",
|
||||
"format-disconnected": "Disconnected "
|
||||
"format-ethernet": " {essid}",
|
||||
"format-wifi": "{icon} {essid}",
|
||||
"format-disconnected": " Disconnected"
|
||||
},
|
||||
|
||||
"battery": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user