optimize
This commit is contained in:
+7
-5
@@ -65,6 +65,8 @@
|
||||
// "on-click": "fuzzel",
|
||||
// "on-click-middle": "pkill -9 fuzzel",
|
||||
"on-click": "eww open main --toggle",
|
||||
"on-click-right": "pkill fuzzel || fuzzel",
|
||||
"on-click-middle": "hyprctl dispatch killactive",
|
||||
"min-length": 2,
|
||||
"max-length": 2
|
||||
},
|
||||
@@ -150,18 +152,18 @@
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
// "format": " {used:0.2f} / {total:0.0f} GB",
|
||||
"format": " {percentage}%",
|
||||
"on-click": "ghostty -e btop",
|
||||
"format": " {percentage}%",
|
||||
"on-click": "killall btop || ghostty -e btop",
|
||||
"min-length": 7,
|
||||
"max-length": 7
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 1,
|
||||
//"format": " {}%", // Icon: microchip
|
||||
"format": " {usage}%",
|
||||
"format": " {usage}%",
|
||||
"max-length": 7,
|
||||
"min-length": 7,
|
||||
"on-click": "ghostty -e btop"
|
||||
"on-click": "killall btop || ghostty -e btop"
|
||||
},
|
||||
"battery": {
|
||||
"interval": 2,
|
||||
@@ -183,7 +185,7 @@
|
||||
"format-alt": "{percent}% {icon}",
|
||||
"format-alt-click": "click-right",
|
||||
//"format-icons": ["", ""],
|
||||
"format-icons": ["", ""],
|
||||
"format-icons": [""],
|
||||
"on-scroll-down": "brightnessctl -d intel_backlight set 5%-",
|
||||
"on-scroll-up": "brightnessctl -d intel_backlight set +5%",
|
||||
"max-length": 7,
|
||||
|
||||
+1
-2
@@ -1,8 +1,7 @@
|
||||
@import 'mocha.css';
|
||||
|
||||
* {
|
||||
font-family: 'Fira Sans Semibold', 'Font Awesome 6 Free', FontAwesome, 'MesloLGM Nerd Font', 'Maple Mono CN ExtraLight',
|
||||
Arial, sans-serif;
|
||||
font-family: 'Font Awesome 6 Free', 'MesloLGM Nerd Font', 'Maple Mono CN ExtraLight', 'Noto Sans', Arial, sans-serif;
|
||||
font-size: 12px; /* Slightly smaller font size */
|
||||
font-weight: 900;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user