Shrink waybar and remove several modules

This commit is contained in:
2021-10-29 14:05:29 +03:00
parent 4131f2949b
commit a4dd414bdf
2 changed files with 18 additions and 21 deletions

View File

@@ -1,15 +1,13 @@
{
"position": "top",
"modules-left": ["sway/workspaces", "custom/player", "sway/mode"],
"modules-left": ["sway/workspaces"],
"modules-right": [
"custom/weather",
"custom/pacman-updates",
"tray",
"custom/dnd",
"pulseaudio",
"sway/language",
"network",
"clock",
"tray",
"custom/power-menu"
],

View File

@@ -1,27 +1,29 @@
/* Colors */
@define-color background #191e2a;
@define-color background-alt #202734;
@define-color foreground #cbccc6;
@define-color primary #ffa759;
window#waybar {
background: @background;
color: #cbccc6;
color: @foreground;
font-family: "Fira Code", "Font Awesome 5 Free Solid";
font-size: 13px;
}
#workspaces {
background: @background-alt;
margin: 10px;
border-radius: 8px;
/* background: @background-alt; */
/* margin: 10px; */
/* border-radius: 8px; */
}
#workspaces button {
color: #fff;
background: transparent;
border-radius: 0;
}
#workspaces button.focused {
background: @background-alt;
color: @primary;
}
@@ -33,20 +35,17 @@ window#waybar {
color: @primary;
}
#custom-dnd,
#custom-player,
#custom-weather,
#custom-pacman-updates,
#clock,
#network,
#language,
#pulseaudio,
#tray,
#custom-dnd,
#pulseaudio,
#language,
#network,
#clock,
#custom-power-menu {
background: @background-alt;
margin: 10px;
padding: 7px 10px;
border-radius: 8px;
/* background: @background-alt; */
margin: 8px;
/* padding: 7px; */
/* border-radius: 8px; */
}
#pulseaudio.muted {