removed some pywal junk, readded it, changed the rounding of things, added cursor settings
This commit is contained in:
parent
4fbebf413c
commit
04333f03cd
@ -5,16 +5,16 @@
|
|||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
#monitor=,preferred,auto,1
|
#monitor=,preferred,auto,1
|
||||||
monitor=eDP-1,preferred,auto,1
|
monitor=eDP-1,preferred,auto,1.5
|
||||||
monitor=HDMI-A-1,3840x2160@60.00,0x0,1
|
monitor=HDMI-A-1,3840x2160@60.00,0x0,1.5
|
||||||
|
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
# AUTOSTART
|
# AUTOSTART
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
#based on the tutorial from My Linux For Work:
|
#based on the tutorial from My Linux For Work:
|
||||||
#exec-once = swww init
|
exec-once = swww init
|
||||||
# exec-once = dunst
|
exec-once = dunst
|
||||||
#exec-once = the updatewal-swww.sh file would go here
|
#exec-once = the updatewal-swww.sh file would go here
|
||||||
#exec-once = the gtk.sh file would go here
|
#exec-once = the gtk.sh file would go here
|
||||||
|
|
||||||
@ -26,6 +26,18 @@ exec-once = waybar
|
|||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
exec-once = wl-paste --type text --watch cliphist store
|
exec-once = wl-paste --type text --watch cliphist store
|
||||||
exec-once = wl-paste --type image --watch cliphist store
|
exec-once = wl-paste --type image --watch cliphist store
|
||||||
|
|
||||||
|
|
||||||
|
#------------------------------------------------------------------
|
||||||
|
# Cursor Settings
|
||||||
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
|
env = HYPRCURSOR_THEME,Bibata-Modern-Ice
|
||||||
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
env = XCURSOR_THEME,Bibata-Modern-Ice
|
||||||
|
env = XCURSOR_SIZE,24
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|
||||||
# exec = swaybg -m fill -i ~/Pictures/GreenPond.jpg
|
# exec = swaybg -m fill -i ~/Pictures/GreenPond.jpg
|
||||||
exec-once = wal -R
|
exec-once = wal -R
|
||||||
|
|
||||||
@ -33,7 +45,8 @@ exec-once = wal -R
|
|||||||
# Load Pywal color file
|
# Load Pywal color file
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
# Default Source:
|
# Default Source:
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf # Commented out - file not found
|
||||||
|
# source = ~/.cache/wal/colors-hyprland.conf # Commented out - file not found
|
||||||
source = ~/.cache/wal/colors-hyprland.conf
|
source = ~/.cache/wal/colors-hyprland.conf
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
@ -65,7 +78,7 @@ general {
|
|||||||
border_size = 1
|
border_size = 1
|
||||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.active_border=rgba(cdd6f4ee)
|
col.active_border=rgba(cdd6f4ee)
|
||||||
col.inactive_border = $color11
|
col.inactive_border = rgba(45475aee)
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -86,7 +99,7 @@ misc {
|
|||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 7
|
rounding = 20
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user