1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

muh colours

This commit is contained in:
Nick Boughton 2020-12-17 22:10:36 +00:00
parent 6654981b45
commit d61f650eef
5 changed files with 21 additions and 35 deletions

@ -123,14 +123,10 @@
# You can define as many as 8 different colors. They range from bottom to top of screen
gradient = 1
gradient_count = 4
; gradient_color_1 = '#a3be8c'
; gradient_color_2 = '#80cc33'
; gradient_color_3 = '#a6cc33'
; gradient_color_4 = '#cccc33'
gradient_color_1 = '#a3be8c'
gradient_color_2 = '#ebcb8b'
gradient_color_3 = '#d08770'
gradient_color_4 = '#bf616a'
gradient_color_1 = '#5e81ac'
gradient_color_2 = '#81a1c1'
gradient_color_3 = '#88c0d0'
gradient_color_4 = '#8fbcbb'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 777 KiB

@ -22,8 +22,12 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
### Output configuration
#output * bg /home/nick/Pictures/Wallpapers/tu6cqny3ffu31.jpg fill
#output * bg /home/nick/Pictures/Wallpapers/cf863cb7189443c5782ae6b0519d863f.jpg fill
#output * bg /home/nick/Pictures/Wallpapers/75wp704qzj561.jpg fill
output * bg /home/nick/Pictures/Wallpapers/803094-1.jpg fill
#output * bg /home/nick/Pictures/Wallpapers/nordiverse fill
#output * bg /home/nick/Pictures/Wallpapers/planet-nord.png fill
#output * bg /home/nick/Pictures/Wallpapers/DKHLXmG.png fill
#output * bg /home/nick/Pictures/Wallpapers/wild.png fill
#output * bg /home/nick/Pictures/Wallpapers/moon.png fill
output * bg /home/nick/Pictures/Wallpapers/oluit9ej7iu51.png fill
### Gnome settings

@ -1,4 +1,4 @@
image=/home/nick/Pictures/Wallpapers/wl0fdl62lik41.jpg
image=/home/nick/Pictures/Wallpapers/oluit9ej7iu51.png
font=Roboto
indicator-radius=100
indicator-thickness=20

@ -5,9 +5,9 @@
window#waybar {
color: #d8dee9;
/*background: linear-gradient(90deg, rgba(180, 142, 173, 0.7) 0%, rgba(94,129,172, 0.7) 50%, rgba(163, 190, 140, 0.7) 100%);*/
background: rgba(76,86,106,0);
border-radius: 7px;
/*background: rgba(76,86,106,0.7);*/
background: none;
border-radius: 4px;
}
#custom-updates {
@ -55,16 +55,11 @@ window#waybar {
}
#workspaces button {
padding: 0px 5px 0px 5px;
/*border-radius: 0px;*/
}
/*
#workspaces button#sway-workspace-1 {
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
*/
#workspaces button.focused {
background: rgba(180, 142, 173, 0.7);
border-radius: 4px;
/*background: rgba(180, 142, 173, 0.7);*/
background: rgba(94,129,172,0.7);
}
#idle_inhibitor {
@ -114,38 +109,29 @@ window#waybar {
border-bottom-left-radius: 0px;
}
/*
#tray {
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
*/
/* BOTTOM BAR (left to right)*/
#custom-weather {
padding-top: 5px;
padding-bottom: 5px;
/*border-top-left-radius: 7px;
border-bottom-left-radius: 7px;*/
}
#taskbar {
padding-left: 0px;
}
#taskbar button {
/*border-radius: 0px;*/
border-radius: 4px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
text-shadow: 1px 1px 1px #2e3440;
}
#taskbar button.active {
background: rgba(180, 142, 173, 0.7);
/*background: rgba(180, 142, 173, 0.7);*/
background: rgba(94,129,172,0.7);
}
/*
#custom-spotify {
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
background: rgba(94,129,172,0.7);
}
*/