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]
|
||||||
|
|
||||||
|
[config.wallpaper]
|
||||||
|
set = true
|
||||||
|
command = "swaybg"
|
||||||
|
arguments = ["-m", "fill", "-i"]
|
||||||
|
|
||||||
[templates.waybar]
|
[templates.waybar]
|
||||||
input_path = 'templates/waybar.css'
|
input_path = 'templates/waybar.css'
|
||||||
output_path = '~/.config/waybar/colors.css'
|
output_path = '~/.config/waybar/colors.css'
|
||||||
|
|
|
||||||
|
|
@ -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/space.png
|
set $wallpaper ~/Pictures/Wallpapers/skull.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: @primary;
|
color: @on_surface;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
@ -162,7 +162,7 @@ button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: #2980b9;
|
background-color: @on_primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray > .passive {
|
#tray > .passive {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue