forked from Shinonome/dots-hyprland
update bar styles
This commit is contained in:
@@ -97,7 +97,7 @@ const BarBattery = () => Box({
|
||||
}),
|
||||
}),
|
||||
Label({
|
||||
className: 'txt-smallie txt-onSurfaceVariant',
|
||||
className: 'txt-smallie bar-batt-txt',
|
||||
setup: (self) => self.hook(Battery, label => {
|
||||
label.label = `${Battery.percent}%`;
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user