Update .config/sway/config
Update .config/waybar/style.css
This commit is contained in:
parent
de43c319d4
commit
790403a9c0
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ set $term foot
|
|||
set $menu rofi -show combi
|
||||
set $windowsearch rofi -show window
|
||||
|
||||
set $wallpaper ~/Pictures/Wallpapers/skull.jpg
|
||||
set $wallpaper ~/Pictures/Wallpapers/techno.jpg
|
||||
|
||||
input * xkb_numlock enabled
|
||||
default_border pixel
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
window#waybar {
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: @on_surface;
|
||||
color: @primary;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
|
@ -64,10 +64,12 @@ button:hover {
|
|||
.modules-right
|
||||
{
|
||||
background: @primary_container;
|
||||
opacity: 0.8;
|
||||
margin: 4px 10px;
|
||||
padding: 0 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue