mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Bit more tweaking
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
"bluetooth",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"cpu",
|
||||
"power-profiles-daemon",
|
||||
"battery",
|
||||
"cpu"
|
||||
"battery"
|
||||
],
|
||||
"hyprland/workspaces": {
|
||||
"on-click": "activate",
|
||||
@ -65,8 +65,8 @@
|
||||
"battery": {
|
||||
"interval": 5,
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-discharging": "{power:>1.0f}W↓ {icon}",
|
||||
"format-charging": "{power:>1.0f}W↑ {icon}",
|
||||
"format-discharging": "{icon}",
|
||||
"format-charging": "{icon}",
|
||||
"format-plugged": "{capacity}% {icon}",
|
||||
"format-icons": {
|
||||
"charging": [
|
||||
@ -77,7 +77,8 @@
|
||||
]
|
||||
},
|
||||
"format-full": "Charged ",
|
||||
"tooltip-format": "{capacity}%",
|
||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
|
@ -25,18 +25,15 @@
|
||||
#bluetooth,
|
||||
#pulseaudio,
|
||||
#clock {
|
||||
padding: 0 8px 0 8px;
|
||||
min-width: 12px;
|
||||
margin-right: 13px;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border-radius: 8px;
|
||||
padding: 5px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
padding: 5px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user