Skip to content

Commit

Permalink
Merge pull request #176 from FilippoBonazziSUSE/new_background
Browse files Browse the repository at this point in the history
New background
  • Loading branch information
FilippoBonazziSUSE authored Oct 30, 2024
2 parents 9ff6a82 + a95a1fe commit 6cce473
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[window]
opacity = 0.4
opacity = 0.75
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.png fill
output * bg /usr/share/wallpapers/openSUSEdefault/contents/images/default-dark.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.png
image=/usr/share/wallpapers/openSUSEdefault/contents/images/default-dark.png
3 changes: 2 additions & 1 deletion greetd/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
window {
background-image: url("file:///usr/share/wallpapers/default-1920x1080.png");
background-image: url("file:///usr/share/wallpapers/openSUSEdefault/contents/images/default-dark.png");
background-size: cover;
background-position: center;
color: rgba(53, 185, 171, 1);
box-shadow: inset 0 0 0 8000px rgba(1, 1, 1, 0.4);
}
entry {
color: rgba(115, 186, 37, 1);
Expand Down

0 comments on commit 6cce473

Please sign in to comment.