diff --git a/bg.jpg b/bg.jpg deleted file mode 100644 index 360308a0..00000000 Binary files a/bg.jpg and /dev/null differ diff --git a/bg.png b/bg.png new file mode 100644 index 00000000..65258b2d Binary files /dev/null and b/bg.png differ diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 8a2647e6..86563810 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -173,7 +173,7 @@ bindsym $mod+r mode "resize" #--------# # Background -output * bg /usr/share/backgrounds/bg.jpg fill +output * bg /usr/share/backgrounds/bg.png fill # Monitors # output HDMI-A-3 mode 1920x1080@74.973Hz diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index e77fdd1a..d9ac32dd 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -80,21 +80,14 @@ button:hover { color: @orange; background: @base; transition: 0.2s; - box-shadow: none; - text-shadow: none; } #workspaces button.focused { background: @base; - box-shadow: none; - text-shadow: none; } #workspaces button.urgent { - background: @red; - box-shadow: inset 0px 0px 0px 3px @base; - text-shadow: none; - color: @base; + color: @red; } #mode { diff --git a/install.sh b/install.sh index a2e8c63c..9590264b 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ fc-cache -fv # link wallpaper mkdir -p "/usr/share/backgrounds" -sudo cp -f ~/dotfiles/bg.jpg /usr/share/backgrounds/bg.jpg +sudo cp -f ~/dotfiles/bg.png /usr/share/backgrounds/bg.png xdg-settings set default-web-browser brave-browser.desktop