Add new wallpaper

This commit is contained in:
Yannick7777 2025-02-25 11:11:05 +01:00
parent e1156ef807
commit 7c879f5314
6 changed files with 53 additions and 37 deletions

View file

@ -202,7 +202,7 @@ net_download = 100
net_upload = 100 net_upload = 100
#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. #* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
net_auto = True net_auto = False
#* Sync the auto scaling for download and upload to whichever currently has the highest scale. #* Sync the auto scaling for download and upload to whichever currently has the highest scale.
net_sync = True net_sync = True

View file

@ -1,18 +1,23 @@
[Settings] [Settings]
gtk-theme-name=Materia-dark gtk-application-prefer-dark-theme=true
gtk-icon-theme-name=Adwaita gtk-button-images=true
gtk-font-name=Cantarell 11 gtk-cursor-theme-name=breeze_cursors
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-decoration-layout=icon:minimize,maximize,close
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-enable-animations=true
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1 gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0 gtk-enable-input-feedback-sounds=0
gtk-font-name=Noto Sans, 10
gtk-icon-theme-name=breeze-dark
gtk-menu-images=true
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=Materia-dark
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-dpi=98304
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
# gtk-cursor-theme-name=Eevee

View file

@ -1,4 +1,6 @@
#preload = /home/melody/Pictures/wallpapers/Another+Failed+Simulation+-+4K.jpg #preload = /home/melody/Pictures/wallpapers/Another+Failed+Simulation+-+4K.jpg
preload = /home/melody/Pictures/wallpapers/Beneath+a+Dual+Sky+-+4K.jpg #preload = /home/melody/Pictures/wallpapers/Beneath+a+Dual+Sky+-+4K.jpg
preload = /home/melody/Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg
#wallpaper = ,/home/melody/Pictures/wallpapers/Another+Failed+Simulation+-+4K.jpg #wallpaper = ,/home/melody/Pictures/wallpapers/Another+Failed+Simulation+-+4K.jpg
wallpaper = ,/home/melody/Pictures/wallpapers/Beneath+a+Dual+Sky+-+4K.jpg #wallpaper = ,/home/melody/Pictures/wallpapers/Beneath+a+Dual+Sky+-+4K.jpg
wallpaper = ,/home/melody/Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg

View file

@ -136,7 +136,7 @@
"states": { "states": {
// "good": 95, // "good": 95,
"warning": 30, "warning": 30,
"critical": 15 "critical": 10
}, },
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",
"format-full": "{capacity}% {icon}", "format-full": "{capacity}% {icon}",

View file

@ -56,7 +56,8 @@ button:focused {
/* you can set a style on hover for any module like this */ /* you can set a style on hover for any module like this */
#pulseaudio:hover { #pulseaudio:hover {
background-color: #a37800; background-color: #2E325A;
} }
#workspaces button { #workspaces button {
@ -120,17 +121,18 @@ button:focused {
} }
#clock { #clock {
background-color: #64727D; background-color: #2E325A;
color: #DfDfff;
} }
#battery { #battery {
background-color: #ffffff; background-color: #2E325A;
color: #000000; color: #DfDfff;
} }
#battery.charging, #battery.plugged { #battery.charging, #battery.plugged {
color: #ffffff; color: #DfDfff;
background-color: #26A65B; background-color: #2E325A;
} }
@keyframes blink { @keyframes blink {
@ -142,7 +144,7 @@ button:focused {
/* Using steps() instead of linear as a timing function to limit cpu usage */ /* Using steps() instead of linear as a timing function to limit cpu usage */
#battery.critical:not(.charging) { #battery.critical:not(.charging) {
background-color: #f53c3c; background-color: #2E325A;
color: #ffffff; color: #ffffff;
animation-name: blink; animation-name: blink;
animation-duration: 0.5s; animation-duration: 0.5s;
@ -175,12 +177,13 @@ label:focus {
} }
#cpu { #cpu {
background-color: #2ecc71; color: #DfDfff;
color: #000000; background-color: #2E325A;
} }
#memory { #memory {
background-color: #9b59b6; color: #DfDfff;
background-color: #2E325A;
} }
#disk { #disk {
@ -188,34 +191,38 @@ label:focus {
} }
#backlight { #backlight {
background-color: #90b1b1; color: #DfDfff;
background-color: #2E325A;
} }
#network { #network {
background-color: #2980b9; color: #DfDfff;
background-color: #2E325A;
} }
#network.disconnected { #network.disconnected {
background-color: #f53c3c; color: #DfDfff;
background-color: #2E325A;
} }
#pulseaudio { #pulseaudio {
background-color: #f1c40f; color: #DfDfff;
color: #000000; background-color: #2E325A;
} }
#pulseaudio.muted { #pulseaudio.muted {
background-color: #90b1b1; color: #DfDfff;
color: #2a5c45; background-color: #2E325A;
} }
#wireplumber { #wireplumber {
background-color: #fff0f5; background-color: #2E325A;
color: #000000; color: #DfDfff;
} }
#wireplumber.muted { #wireplumber.muted {
background-color: #f53c3c; background-color: #2E325A;
color: #DfDfff;
} }
#custom-media { #custom-media {
@ -233,15 +240,17 @@ label:focus {
} }
#temperature { #temperature {
background-color: #f0932b; color: #DfDfff;
background-color: #2E325A;
} }
#temperature.critical { #temperature.critical {
background-color: #eb4d4b; color: #DfDfff;
background-color: #2E325A;
} }
#tray { #tray {
background-color: #2980b9; background-color: #2E325A;;
} }
#tray > .passive { #tray > .passive {

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 MiB