1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 04:28:43 +01:00

screenshot and taskbar styling

This commit is contained in:
Nick Boughton 2020-11-23 09:50:13 +00:00
parent 2c46df5fa0
commit 6589ea4d3e
3 changed files with 13 additions and 5 deletions

@ -2,3 +2,8 @@
* GTK Theme: https://github.com/nboughton/NordSur * GTK Theme: https://github.com/nboughton/NordSur
* waybar taskbar icon theme: https://github.com/nboughton/DarK-fork * waybar taskbar icon theme: https://github.com/nboughton/DarK-fork
* wallpaper: https://i.imgur.com/VEU9Nr4.png
## Screenshot
![screenshot](/screenshot.png)

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

@ -73,6 +73,7 @@ window#waybar {
#battery, #battery,
#pulseaudio, #pulseaudio,
#memory, #memory,
#taskbar,
#custom-swap, #custom-swap,
#custom-pacman, #custom-pacman,
#custom-spotify { #custom-spotify {
@ -117,15 +118,17 @@ window#waybar {
border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px;
} }
/*#taskbar { #taskbar {
}*/ padding-left: 0px;
padding-right: 0px;
}
#taskbar button { #taskbar button {
padding-top: 0px; padding-top: 0px;
padding-bottom: 0px; padding-bottom: 0px;
padding-left: 5px; padding-left: 7px;
padding-right: 1px; padding-right: 3px;
border-radius: 0px; border-radius: 0px;
} }
#taskbar button.active { #taskbar button.active {
background: #81a1c1; background: #b48ead;
} }