add: change a few waybar locations and integrate power-profile-daemon module with proper switching by clicking on the icon on waybar
This commit is contained in:
@@ -16,7 +16,19 @@
|
||||
"cpu",
|
||||
"battery",
|
||||
"idle_inhibitor",
|
||||
"power-profiles-daemon",
|
||||
],
|
||||
"power-profiles-daemon": {
|
||||
"format": "{icon}",
|
||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||
"tooltip": true,
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"performance": "⚡",
|
||||
"balanced": "",
|
||||
"power-saver": ""
|
||||
}
|
||||
},
|
||||
|
||||
"niri/workspaces": {
|
||||
"all-outputs": true,
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
|
||||
|
||||
.modules-left {
|
||||
margin-left: 18px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
margin-right: 18px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
@@ -39,6 +39,7 @@
|
||||
#pulseaudio,
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#power-profiles-daemon,
|
||||
#custom-power-menu {
|
||||
min-width: 12px;
|
||||
margin: 0 7.5px;
|
||||
|
||||
Reference in New Issue
Block a user