style(waybar): code cleanup
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"disable-markup" : false,
|
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
@@ -34,7 +33,7 @@
|
|||||||
"7": "7",
|
"7": "7",
|
||||||
"8": "8",
|
"8": "8",
|
||||||
"9": "9",
|
"9": "9",
|
||||||
"10": "10",
|
"10": "10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -67,7 +66,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Configuration - modules-right
|
// Configuration - modules-right
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/keyboard-layout",
|
"custom/keyboard-layout",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
@@ -155,7 +154,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 10,
|
|
||||||
"format": " {:%H:%M}",
|
"format": " {:%H:%M}",
|
||||||
"format-alt": " {:%OI:%M %p}",
|
"format-alt": " {:%OI:%M %p}",
|
||||||
"tooltip-format": " {:%A %m/%d}\n\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": " {:%A %m/%d}\n\n<tt><small>{calendar}</small></tt>",
|
||||||
|
|||||||
@@ -60,13 +60,13 @@
|
|||||||
/* Every modules */
|
/* Every modules */
|
||||||
#mode,
|
#mode,
|
||||||
#network,
|
#network,
|
||||||
#idle_inhibitor,
|
|
||||||
#memory,
|
|
||||||
#cpu,
|
|
||||||
#pulseaudio,
|
|
||||||
#custom-keyboard-layout,
|
#custom-keyboard-layout,
|
||||||
#battery,
|
#idle_inhibitor,
|
||||||
|
#cpu,
|
||||||
|
#memory,
|
||||||
#backlight,
|
#backlight,
|
||||||
|
#pulseaudio,
|
||||||
|
#battery,
|
||||||
#clock,
|
#clock,
|
||||||
#tray {
|
#tray {
|
||||||
padding:0.5rem 0.6rem;
|
padding:0.5rem 0.6rem;
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* Modules styles
|
* Module styles
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#custom-launcher {
|
#custom-launcher {
|
||||||
@@ -146,12 +146,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#backlight.icon {
|
#backlight.icon {
|
||||||
padding-right:1px;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
padding-top:6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
|
|||||||
Reference in New Issue
Block a user