Skip to content

Commit

Permalink
Merge pull request #160 from lkocman/tw_png
Browse files Browse the repository at this point in the history
Use use png for the default wallpaper on Tumbleweed boo#1222545
  • Loading branch information
FilippoBonazziSUSE authored Apr 9, 2024
2 parents a44e702 + 9a296c9 commit 892ad63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/sway/config.d/50-openSUSE.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set $menu wofi --show drun,run

# openSUSE wallpaper
output * bg /usr/share/wallpapers/default-1920x1080.jpg fill
output * bg /usr/share/wallpapers/default-1920x1080.png fill

# Enable common options for generic touchpads
input "type:touchpad" {
Expand Down
2 changes: 1 addition & 1 deletion .config/swaylock/openSUSEway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ line-uses-ring
# Show caps lock indicator
indicator-caps-lock
# Background image
image=/usr/share/wallpapers/default-1920x1080.jpg
image=/usr/share/wallpapers/default-1920x1080.png
2 changes: 1 addition & 1 deletion greetd/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window {
background-image: url("file:///usr/share/wallpapers/default-1920x1080.jpg");
background-image: url("file:///usr/share/wallpapers/default-1920x1080.png");
background-size: cover;
background-position: center;
color: rgba(53, 185, 171, 1);
Expand Down

0 comments on commit 892ad63

Please sign in to comment.