feat: some shit

This commit is contained in:
2022-11-19 18:38:42 +01:00
parent 13b07b585a
commit 397915ca7c
18 changed files with 163 additions and 77 deletions

View File

@ -57,6 +57,7 @@
"clock": {
"interval": 60,
"format": "{:%H:%M}",
"on-click": "gnome-calendar",
"max-length": 25
},
"battery": {
@ -64,7 +65,7 @@
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format": "{capacity}%{icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
@ -89,7 +90,7 @@
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
"format": "{volume}% {icon} {format_source}",
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",

View File

@ -3,7 +3,6 @@
font-family: Font Awesome, Hack Nerd Font Mono;
font-weight: 600;
font-size: 13px;
/* opacity: 0.95; */
}
window#waybar {
@ -15,12 +14,15 @@ window > box {
margin-bottom: 0px;
background: #2b303b;
background: @theme_bg_color;
padding: 5px 8px;
border-radius: 4px;
padding: 7px;
padding-left: 4px;
padding-right: 5px;
}
#workspaces button {
padding:0px 10px;
padding: 0px 8px;
color: @theme_fg_color;
background: transparent;
border-radius: 2px;
@ -31,22 +33,16 @@ window > box {
}
#workspaces button.active,
#workspaces button.focused{
#workspaces button.focused {
background-color: @theme_fg_color;
color: @theme_bg_color;
}
#clock {
margin: 0px 16px 0px 10px;
min-width: 10px;
margin: 0px 10px 0px 10px;
}
.custom-spotify {
/*padding: 0 10px;*/
/*margin: 0 4px;*/
opacity: 0.5;
}
#custom-power {
color: #cc241d;
@ -76,10 +72,30 @@ window > box {
color: #fe8019;
}
#waybar > box:nth-child(2) > box:nth-child(3) > * > label {
padding: 0 3px;
#custom-power-consumption,
#custom-power-profile,
#custom-dpi,
#custom-theme,
#pulseaudio,
#battery,
#network {
/* margin: 0px 5px; */
/* padding: 0px 5px; */
padding-right: 10px;
padding-left: 7px;
/* margin-left: 2px; */
border-right: 1px solid rgba(255, 255, 255, 0.2);
/* background: rgba(255, 255, 255, 1); */
/* border-radius: 2px; */
}
#custom-waybar-mpris{
margin-left: 20px;
#battery {
/* padding-left: 5px; */
border-right: none;
padding-right: 5px;
}
widget:hover {
background-color: red;
}