feat: changed colors
This commit is contained in:
parent
10d808745f
commit
1bb573a44a
4 changed files with 21 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
# Autorun apps
|
||||
# exec-once = dunst & hyprpaper & waybar
|
||||
exec-once = dunst & waybar
|
||||
exec-once = dunst & waybar & hypridle & hyprpaper
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = hyprctl setcursor Adwaita 24
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'adwaita'
|
||||
|
|
|
@ -3,7 +3,8 @@ general {
|
|||
gaps_in = 5
|
||||
gaps_out = 10 #20
|
||||
border_size = 2 # 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(0168ceee) rgba(015ebaee) 45deg
|
||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = dwindle
|
||||
|
@ -12,7 +13,7 @@ general {
|
|||
|
||||
# Window decorations
|
||||
decoration {
|
||||
rounding = 4 # 5
|
||||
rounding = 2 #4 # 5
|
||||
|
||||
blur {
|
||||
# Disable blur for battery saving
|
||||
|
|
14
hypr/hypridle.conf
Normal file
14
hypr/hypridle.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
general {
|
||||
lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session)
|
||||
unlock_cmd = notify-send "unlock!" # same as above, but unlock
|
||||
before_sleep_cmd = notify-send "Zzz" # command ran before sleep
|
||||
after_sleep_cmd = notify-send "Awake!" # command ran after sleep
|
||||
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
|
||||
ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 10 # 500 # in seconds
|
||||
on-timeout = notify-send "You are idle!" # command to run when timeout has passed
|
||||
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
preload = ~/Pictures/Wallpaper/meru_gaming.png
|
||||
preload = ~/Pictures/Wallpaper/GOUKlfP.jpg
|
||||
|
||||
#if more than one preload is desired then continue to preload other backgrounds
|
||||
#preload = /path/to/next_image.png
|
||||
|
@ -8,8 +8,8 @@ preload = ~/Pictures/Wallpaper/meru_gaming.png
|
|||
# wallpaper = eDP-2,~/Pictures/Wallpaper/cityx4.png
|
||||
# wallpaper = eDP-1,~/Pictures/Wallpaper/somerndm.jpg
|
||||
# wallpaper = DP-2,~/Pictures/Wallpaper/somerndm.jpg
|
||||
wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/meru_gaming.png
|
||||
wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/meru_gaming.png
|
||||
wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/GOUKlfP.jpg
|
||||
wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/GOUKlfP.jpg
|
||||
|
||||
|
||||
splash = true
|
||||
|
|
Loading…
Reference in a new issue