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 $menu rofi -show combi
|
||||||
set $windowsearch rofi -show window
|
set $windowsearch rofi -show window
|
||||||
|
|
||||||
set $wallpaper ~/Pictures/Wallpapers/skull.jpg
|
set $wallpaper ~/Pictures/Wallpapers/techno.jpg
|
||||||
|
|
||||||
input * xkb_numlock enabled
|
input * xkb_numlock enabled
|
||||||
default_border pixel
|
default_border pixel
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: rgba(0,0,0,0);
|
||||||
color: @on_surface;
|
color: @primary;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
@ -64,10 +64,12 @@ button:hover {
|
||||||
.modules-right
|
.modules-right
|
||||||
{
|
{
|
||||||
background: @primary_container;
|
background: @primary_container;
|
||||||
|
opacity: 0.8;
|
||||||
margin: 4px 10px;
|
margin: 4px 10px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left {
|
.modules-left {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue