added toggle-preview plugin in yazi, status bar with omp

This commit is contained in:
liph22
2026-01-13 15:39:15 +01:00
parent 5fc9e27e67
commit b9fe2697a0
17 changed files with 982 additions and 11 deletions

View File

@@ -86,6 +86,7 @@ gestures {
workspace "1"
workspace "2"
workspace "3"
workspace "4"
// Example: block out two password managers from screen capture.
// (This example rule is commented out with a "/-" in front.)

View File

@@ -72,7 +72,7 @@
"format-full": "<span font='14' color='#8caaee'>{icon}</span> {capacity}%",
"format-charging": "<span font='14' color='#8caaee'>󰂄</span> {capacity}%",
"format-plugged": "<span font='14' color='#8caaee'>󰂄</span> {capacity}%",
"format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󰂂"],
"format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󰂂", "󰁹"],
},
"power-profiles-daemon": {
"format": "{icon}",

View File

@@ -1,6 +1,6 @@
* {
font-family: "FiraCode Nerd Font";
font-size: 13px;
font-family: "JetBrainsMono";
font-size: 12px;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);