updated to add custom waybar information; updated loading commands
This commit is contained in:
@@ -65,14 +65,17 @@ button:hover {
|
||||
#wireplumber,
|
||||
#tray,
|
||||
#network,
|
||||
#bluetooth,
|
||||
#mode,
|
||||
#scratchpad {
|
||||
#scratchpad,
|
||||
#power-profiles-daemon,
|
||||
#custom-power {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
@@ -90,7 +93,7 @@ button:hover {
|
||||
border-bottom: 2px solid @blue;
|
||||
}
|
||||
|
||||
#network {
|
||||
#network, #bluetooth {
|
||||
color: @yellow;
|
||||
border-bottom: 2px solid @yellow;
|
||||
}
|
||||
@@ -109,6 +112,20 @@ button:hover {
|
||||
border-bottom: 2px solid @green;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: @mauve;
|
||||
border-bottom: 2px solid @mauve;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: @mauve;
|
||||
border-bottom: 2px solid @mauve;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
color: #ec9974;
|
||||
}
|
||||
|
||||
/* If workspaces is the leftmost module, omit left margin */
|
||||
.modules-left>widget:first-child>#workspaces {
|
||||
margin-left: 0;
|
||||
@@ -125,3 +142,12 @@ button:hover {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
#custom-power.menu {
|
||||
border-radius: 15px;
|
||||
background: #161320;
|
||||
color: @sapphire;
|
||||
}
|
||||
#custom-power.menuitem {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user