copy dotfiles from arch

This commit is contained in:
Benjamin Palko 2024-07-11 09:20:12 -04:00
parent 76d6787417
commit c71ba09614
57 changed files with 2714 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#clock {
background: @color5;
}

View file

@ -0,0 +1,4 @@
#cpu {
color: #bf616a;
}

View file

@ -0,0 +1,9 @@
#idle_inhibitor {
padding: 0 16px 0 12px;
background-color: @color5;
}
#idle_inhibitor.activated {
background-color: @color6;
}

View file

@ -0,0 +1,4 @@
#memory {
color: #b48ead;
}

View file

@ -0,0 +1,8 @@
#network {
color: #5e81ac;
}
#network.disconnected {
background-color: #f53c3c;
}

View file

@ -0,0 +1,5 @@
.custom-spotify {
color: #333;
background-color: #1db954;
font-style: italic;
}

View file

@ -0,0 +1,4 @@
.custom-swaync {
background-color: white;
}

View file

@ -0,0 +1,4 @@
.custom-swww {
color: @color9;
}

View file

@ -0,0 +1,8 @@
#temperature {
color: #d08770;
}
#temperature.critical {
color: #bf616a;
}

View file

@ -0,0 +1,22 @@
#tray {
padding: 0 10px;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
#tray button {
border-radius: 0px;
box-shadow: inset 0 -3px transparent;
}
#tray button:hover {
box-shadow: inset 0 -3px #5e81ac;
}

View file

@ -0,0 +1,16 @@
#window {
color: @color6;
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
}
window#waybar.kitty {
background-color: transparent;
color: #ffffff;
}
/* make window module transparent when no windows present */
window#waybar.empty #window {
background-color: transparent;
}

View file

@ -0,0 +1,8 @@
#wireplumber {
background: @color4;
}
#wireplumber.muted {
color: #f53c3c;
}

View file

@ -0,0 +1,31 @@
#workspaces {
padding: 0;
/* border: 2px solid @color4; */
}
#workspaces button {
padding: 0 9px 0 4px;
box-shadow: none;
border: none;
border-radius: 9999px;
color: @color2;
}
#workspaces button.active {
color: @color5;
}
#workspaces button:hover {
background: transparent;
color: @color5;
}
#workspaces button.focused {
color: @color4;
}
#workspaces button.urgent {
color: #bf616a;
}