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