diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 91af9c2..a34a7e9 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -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 diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 082d348..6bce1f8 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -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 diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 836f82b..a9c1609 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -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 diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index f968baf..22e40fa 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -136,7 +136,7 @@ "states": { // "good": 95, "warning": 30, - "critical": 15 + "critical": 10 }, "format": "{capacity}% {icon}", "format-full": "{capacity}% {icon}", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 4ef3128..4b7278e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -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 { diff --git a/Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg b/Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg new file mode 100644 index 0000000..d8171f8 Binary files /dev/null and b/Pictures/wallpapers/Fall+of+Midnight+Wallpaper+-+4K.jpg differ