Update .config/matugen/config.toml
Update .config/sway/config Update .config/waybar/style.css
This commit is contained in:
parent
75a1015a7d
commit
de43c319d4
3 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
|||
[config]
|
||||
|
||||
[config.wallpaper]
|
||||
set = true
|
||||
command = "swaybg"
|
||||
arguments = ["-m", "fill", "-i"]
|
||||
|
||||
[templates.waybar]
|
||||
input_path = 'templates/waybar.css'
|
||||
output_path = '~/.config/waybar/colors.css'
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ set $term foot
|
|||
set $menu rofi -show combi
|
||||
set $windowsearch rofi -show window
|
||||
|
||||
set $wallpaper ~/Pictures/Wallpapers/space.png
|
||||
set $wallpaper ~/Pictures/Wallpapers/skull.jpg
|
||||
|
||||
input * xkb_numlock enabled
|
||||
default_border pixel
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
window#waybar {
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: @primary;
|
||||
color: @on_surface;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
|
@ -162,7 +162,7 @@ button:hover {
|
|||
}
|
||||
|
||||
#tray {
|
||||
background-color: #2980b9;
|
||||
background-color: @on_primary;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
|
|
|
|||
Loading…
Reference in a new issue