added toggle-preview plugin in yazi, status bar with omp
This commit is contained in:
@@ -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.)
|
||||
|
||||
@@ -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}",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user