From 38fa4bfd1f507dc695daca36904d868a5e3ddbed Mon Sep 17 00:00:00 2001 From: Nicole Date: Mon, 14 Jul 2025 18:08:51 +0200 Subject: [PATCH] Update --- .config/home-manager/home.nix | 2 +- .config/home-manager/theme.nix | 2 +- .config/hypr/hypridle.conf | 4 +-- .config/hypr/hyprland.conf | 7 ++--- .config/hypr/hyprlock.conf | 2 +- .config/hypr/hyprpaper.conf | 6 ++--- .config/hyprpanel/config.json | 44 ++++++++++++++++++++------------ .config/looking-glass/client.ini | 2 +- 8 files changed, 41 insertions(+), 28 deletions(-) diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix index f065ccc..39176c8 100644 --- a/.config/home-manager/home.nix +++ b/.config/home-manager/home.nix @@ -14,7 +14,7 @@ home.username = "nicole"; home.homeDirectory = "/home/nicole"; - home.stateVersion = "24.05"; # Please read the comment before changing. + home.stateVersion = "25.05"; # Please read the comment before changing. home.packages = [ ]; diff --git a/.config/home-manager/theme.nix b/.config/home-manager/theme.nix index aceee04..8833840 100644 --- a/.config/home-manager/theme.nix +++ b/.config/home-manager/theme.nix @@ -57,7 +57,7 @@ # targets.rofi.enable = false; #FIXME: it doesnt work, it has to do with hyprpaper - image = ../../assets/Shogoki.png; + # image = ../../assets/Shogoki.png; # opacity = { # desktop = 0.5; diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 623f6f8..79be54c 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -10,6 +10,6 @@ listener { listener { timeout = 90 # 5.5min - on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed - on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired. + on-timeout = hyprctl dispatch dpms off && pkill hyprpanel # command to run when timeout has passed + on-resume = hyprctl dispatch dpms on && sleep 5 && hyprpanel # command to run when activity is detected after timeout has fired. } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 86f06d5..e5648b9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -23,7 +23,8 @@ autogenerated = 0 # remove this line to remove the warning ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=DP-1,3440x1440@160,auto,auto +monitor=DP-4,3440x1440@160,auto,auto +monitor=HDMI-A-1, disable #monitor=DP-1,1920x1080@60,auto,auto ################### @@ -43,8 +44,8 @@ $bwd = ~/.config/rofi/launcher/type-1/bwd.sh ### AUTOSTART ### ################# -exec = hyprpanel exec-once = hyprpaper +exec-once = hyprpanel exec-once = hypridle exec-once = nextcloud exec-once = systemctl --user start hyprpolkitagent @@ -211,7 +212,7 @@ master { # https://wiki.hyprland.org/Configuring/Variables/#misc misc { - force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers + force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( } diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index df96183..4e21e44 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -13,7 +13,7 @@ general { # BACKGROUND background { monitor = - path = ~/Pictures/Wallpapers/wp24.png + path = ~/Pictures/Wallpapers/wp31.png blur_passes = 0 color = $base } diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index d56f314..e7bcff1 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,10 +1,10 @@ -preload = ~/Pictures/Wallpapers/wp26.jpg +preload = /home/nicole/Pictures/Wallpapers/wp31.png #set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used -wallpaper = ,~/Pictures/Wallpapers/wp26.jpg +wallpaper = ,/home/nicole/Pictures/Wallpapers/wp31.png #enable splash text rendering over the wallpaper splash = false - +ipc = off diff --git a/.config/hyprpanel/config.json b/.config/hyprpanel/config.json index 7bcfa1d..75affc9 100644 --- a/.config/hyprpanel/config.json +++ b/.config/hyprpanel/config.json @@ -146,8 +146,8 @@ "theme.bar.menus.menu.battery.background.color": "#232136", "theme.bar.menus.menu.battery.card.color": "#2a283e", "theme.bar.menus.menu.systray.dropdownmenu.divider": "#2a283e", - "theme.bar.menus.menu.systray.dropdownmenu.text": "#e0def4", - "theme.bar.menus.menu.systray.dropdownmenu.background": "#232136", + "theme.bar.menus.menu.systray.dropdownmenu.text": "#c4a7e7", + "theme.bar.menus.menu.systray.dropdownmenu.background": "#c4a7e7", "theme.bar.menus.menu.bluetooth.iconbutton.active": "#9ccfd8", "theme.bar.menus.menu.bluetooth.iconbutton.passive": "#e0def4", "theme.bar.menus.menu.bluetooth.icons.active": "#9ccfd8", @@ -242,7 +242,7 @@ "theme.bar.buttons.battery.icon": "#2a283e", "theme.bar.buttons.battery.text": "#f6c177", "theme.bar.buttons.battery.background": "#2a283e", - "theme.bar.buttons.systray.background": "#2a283e", + "theme.bar.buttons.systray.background": "#242438", "theme.bar.buttons.bluetooth.icon": "#2a283e", "theme.bar.buttons.bluetooth.text": "#c4a7e7", "theme.bar.buttons.bluetooth.background": "#2a283e", @@ -359,7 +359,7 @@ "theme.bar.buttons.notifications.border": "#c4a7e7", "theme.bar.buttons.clock.border": "#c4a7e7", "theme.bar.buttons.battery.border": "#f6c177", - "theme.bar.buttons.systray.border": "#26233a", + "theme.bar.buttons.systray.border": "#232136", "theme.bar.buttons.bluetooth.border": "#c4a7e7", "theme.bar.buttons.network.border": "#c4a7e7", "theme.bar.buttons.volume.border": "#c4a7e7", @@ -381,9 +381,9 @@ "theme.bar.buttons.borderColor": "#c4a7e7", "theme.bar.buttons.modules.hyprsunset.icon": "#181825", "theme.bar.buttons.modules.hyprsunset.background": "#2a283e", - "theme.bar.buttons.modules.hyprsunset.icon_background": "#f6c177", - "theme.bar.buttons.modules.hyprsunset.text": "#f6c177", - "theme.bar.buttons.modules.hyprsunset.border": "#f6c177", + "theme.bar.buttons.modules.hyprsunset.icon_background": "#b4befe", + "theme.bar.buttons.modules.hyprsunset.text": "#b4befe", + "theme.bar.buttons.modules.hyprsunset.border": "#b4befe", "theme.bar.buttons.modules.hypridle.icon": "#181825", "theme.bar.buttons.modules.hypridle.background": "#2a283e", "theme.bar.buttons.modules.hypridle.icon_background": "#eb6f92", @@ -391,11 +391,11 @@ "theme.bar.buttons.modules.hypridle.border": "#eb6f92", "theme.bar.menus.menu.network.scroller.color": "#c4a7e7", "theme.bar.menus.menu.bluetooth.scroller.color": "#9ccfd8", - "theme.bar.buttons.modules.cava.text": "#9ccfd8", + "theme.bar.buttons.modules.cava.text": "#c4a7e7", "theme.bar.buttons.modules.cava.background": "#2a283e", - "theme.bar.buttons.modules.cava.icon_background": "#9ccfd8", + "theme.bar.buttons.modules.cava.icon_background": "#c4a7e7", "theme.bar.buttons.modules.cava.icon": "#181825", - "theme.bar.buttons.modules.cava.border": "#9ccfd8", + "theme.bar.buttons.modules.cava.border": "#c4a7e7", "theme.bar.buttons.modules.microphone.border": "#9ccfd8", "theme.bar.buttons.modules.microphone.background": "#2a283e", "theme.bar.buttons.modules.microphone.text": "#9ccfd8", @@ -417,14 +417,21 @@ "windowtitle" ], "middle": [ - "media" + "media", + "cava" ], "right": [ + "systray", + "hyprsunset", + "separator", "bluetooth", "network", "volume", + "separator", "ram", "cpu", + "cputemp", + "separator", "clock", "notifications" ] @@ -491,11 +498,16 @@ "theme.bar.buttons.volume.input_icon": "#11111b", "theme.bar.buttons.volume.input_text": "#eba0ac", "theme.bar.buttons.volume.separator": "#45475a", - "theme.bar.buttons.modules.cpuTemp.icon_background": "#fab387", - "theme.bar.buttons.modules.cpuTemp.icon": "#fab387", - "theme.bar.buttons.modules.cpuTemp.text": "#fab387", - "theme.bar.buttons.modules.cpuTemp.border": "#fab387", + "theme.bar.buttons.modules.cpuTemp.icon_background": "#c4a7e7", + "theme.bar.buttons.modules.cpuTemp.icon": "#232136", + "theme.bar.buttons.modules.cpuTemp.text": "#c4a7e7", + "theme.bar.buttons.modules.cpuTemp.border": "#c4a7e7", "theme.osd.border.color": "#8ff0a4", "theme.font.size": "1.0rem", - "hyprpanel.restartAgs": true + "hyprpanel.restartAgs": true, + "bar.customModules.storage.paths": [ + "/" + ], + "wallpaper.enable": false, + "theme.bar.buttons.monochrome": false } \ No newline at end of file diff --git a/.config/looking-glass/client.ini b/.config/looking-glass/client.ini index 7dd6a8c..9cd0615 100644 --- a/.config/looking-glass/client.ini +++ b/.config/looking-glass/client.ini @@ -7,7 +7,7 @@ autoresize=yes shmFile=/dev/kvmfr0 [egl] -doubleBuffer=yes +doubleBuffer=no [audio] micDefault=allow