Update
This commit is contained in:
parent
919cd6a919
commit
38fa4bfd1f
8 changed files with 41 additions and 28 deletions
|
|
@ -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 = [
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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. :(
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ general {
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Pictures/Wallpapers/wp24.png
|
||||
path = ~/Pictures/Wallpapers/wp31.png
|
||||
blur_passes = 0
|
||||
color = $base
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@ autoresize=yes
|
|||
shmFile=/dev/kvmfr0
|
||||
|
||||
[egl]
|
||||
doubleBuffer=yes
|
||||
doubleBuffer=no
|
||||
|
||||
[audio]
|
||||
micDefault=allow
|
||||
|
|
|
|||
Loading…
Reference in a new issue