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:
parent
2c46df5fa0
commit
6589ea4d3e
@ -2,3 +2,8 @@
|
||||
|
||||
* GTK Theme: https://github.com/nboughton/NordSur
|
||||
* 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
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
@ -73,6 +73,7 @@ window#waybar {
|
||||
#battery,
|
||||
#pulseaudio,
|
||||
#memory,
|
||||
#taskbar,
|
||||
#custom-swap,
|
||||
#custom-pacman,
|
||||
#custom-spotify {
|
||||
@ -117,15 +118,17 @@ window#waybar {
|
||||
border-radius: 4px 0px 0px 4px;
|
||||
}
|
||||
|
||||
/*#taskbar {
|
||||
}*/
|
||||
#taskbar {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
#taskbar button {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 5px;
|
||||
padding-right: 1px;
|
||||
padding-left: 7px;
|
||||
padding-right: 3px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
#taskbar button.active {
|
||||
background: #81a1c1;
|
||||
background: #b48ead;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user