mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-25 14:15:34 +02:00
Add new wallpaper
This commit is contained in:
parent
e1156ef807
commit
7c879f5314
6 changed files with 53 additions and 37 deletions
|
@ -202,7 +202,7 @@ net_download = 100
|
|||
net_upload = 100
|
||||
|
||||
#* 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.
|
||||
net_sync = True
|
||||
|
|
|
@ -1,18 +1,23 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Materia-dark
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-button-images=true
|
||||
gtk-cursor-theme-name=breeze_cursors
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-enable-event-sounds=1
|
||||
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-dpi=98304
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=1
|
||||
# gtk-cursor-theme-name=Eevee
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#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/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
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
"states": {
|
||||
// "good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
"critical": 10
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-full": "{capacity}% {icon}",
|
||||
|
|
|
@ -56,7 +56,8 @@ button:focused {
|
|||
|
||||
/* you can set a style on hover for any module like this */
|
||||
#pulseaudio:hover {
|
||||
background-color: #a37800;
|
||||
background-color: #2E325A;
|
||||
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
@ -120,17 +121,18 @@ button:focused {
|
|||
}
|
||||
|
||||
#clock {
|
||||
background-color: #64727D;
|
||||
background-color: #2E325A;
|
||||
color: #DfDfff;
|
||||
}
|
||||
|
||||
#battery {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
background-color: #2E325A;
|
||||
color: #DfDfff;
|
||||
}
|
||||
|
||||
#battery.charging, #battery.plugged {
|
||||
color: #ffffff;
|
||||
background-color: #26A65B;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
|
@ -142,7 +144,7 @@ button:focused {
|
|||
|
||||
/* Using steps() instead of linear as a timing function to limit cpu usage */
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: #f53c3c;
|
||||
background-color: #2E325A;
|
||||
color: #ffffff;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
|
@ -175,12 +177,13 @@ label:focus {
|
|||
}
|
||||
|
||||
#cpu {
|
||||
background-color: #2ecc71;
|
||||
color: #000000;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#memory {
|
||||
background-color: #9b59b6;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#disk {
|
||||
|
@ -188,34 +191,38 @@ label:focus {
|
|||
}
|
||||
|
||||
#backlight {
|
||||
background-color: #90b1b1;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#network {
|
||||
background-color: #2980b9;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background-color: #f53c3c;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
background-color: #f1c40f;
|
||||
color: #000000;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background-color: #90b1b1;
|
||||
color: #2a5c45;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
background-color: #fff0f5;
|
||||
color: #000000;
|
||||
background-color: #2E325A;
|
||||
color: #DfDfff;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
background-color: #f53c3c;
|
||||
background-color: #2E325A;
|
||||
color: #DfDfff;
|
||||
}
|
||||
|
||||
#custom-media {
|
||||
|
@ -233,15 +240,17 @@ label:focus {
|
|||
}
|
||||
|
||||
#temperature {
|
||||
background-color: #f0932b;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
background-color: #eb4d4b;
|
||||
color: #DfDfff;
|
||||
background-color: #2E325A;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: #2980b9;
|
||||
background-color: #2E325A;;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
|
|
BIN
Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg
Normal file
BIN
Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 MiB |
Loading…
Add table
Reference in a new issue