copy dotfiles from arch
This commit is contained in:
parent
76d6787417
commit
c71ba09614
57 changed files with 2714 additions and 0 deletions
4
waybar/styles/modules/clock.css
Normal file
4
waybar/styles/modules/clock.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#clock {
|
||||
background: @color5;
|
||||
}
|
||||
|
||||
4
waybar/styles/modules/cpu.css
Normal file
4
waybar/styles/modules/cpu.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#cpu {
|
||||
color: #bf616a;
|
||||
}
|
||||
|
||||
9
waybar/styles/modules/idle.css
Normal file
9
waybar/styles/modules/idle.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#idle_inhibitor {
|
||||
padding: 0 16px 0 12px;
|
||||
background-color: @color5;
|
||||
}
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
background-color: @color6;
|
||||
}
|
||||
|
||||
4
waybar/styles/modules/memory.css
Normal file
4
waybar/styles/modules/memory.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#memory {
|
||||
color: #b48ead;
|
||||
}
|
||||
|
||||
8
waybar/styles/modules/network.css
Normal file
8
waybar/styles/modules/network.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#network {
|
||||
color: #5e81ac;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background-color: #f53c3c;
|
||||
}
|
||||
|
||||
5
waybar/styles/modules/spotify.css
Normal file
5
waybar/styles/modules/spotify.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.custom-spotify {
|
||||
color: #333;
|
||||
background-color: #1db954;
|
||||
font-style: italic;
|
||||
}
|
||||
4
waybar/styles/modules/swaync.css
Normal file
4
waybar/styles/modules/swaync.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.custom-swaync {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
4
waybar/styles/modules/swww.css
Normal file
4
waybar/styles/modules/swww.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.custom-swww {
|
||||
color: @color9;
|
||||
}
|
||||
|
||||
8
waybar/styles/modules/temperature.css
Normal file
8
waybar/styles/modules/temperature.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#temperature {
|
||||
color: #d08770;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
color: #bf616a;
|
||||
}
|
||||
|
||||
22
waybar/styles/modules/tray.css
Normal file
22
waybar/styles/modules/tray.css
Normal 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;
|
||||
}
|
||||
|
||||
16
waybar/styles/modules/window.css
Normal file
16
waybar/styles/modules/window.css
Normal 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;
|
||||
}
|
||||
8
waybar/styles/modules/wireplumber.css
Normal file
8
waybar/styles/modules/wireplumber.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#wireplumber {
|
||||
background: @color4;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
color: #f53c3c;
|
||||
}
|
||||
|
||||
31
waybar/styles/modules/workspaces.css
Normal file
31
waybar/styles/modules/workspaces.css
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue