new keybindings and custom script for auto scaling my monitor
This commit is contained in:
@@ -1,56 +1,34 @@
|
||||
|
||||
$GTK_THEME=Sweet-Dark-v40
|
||||
$ICON_THEME=Aretha-Dark-Icons
|
||||
$GTK_THEME=Kripton
|
||||
$ICON_THEME=Vivid-Glassy-Dark-Icons
|
||||
$CURSOR_THEME=Sweet-cursors
|
||||
$COLOR_SCHEME=prefer-dark
|
||||
$CURSOR_SIZE=24
|
||||
|
||||
|
||||
#? For anyone using the old implementaiton of hyprdots
|
||||
#? You can use the following commands to set the following
|
||||
#? This is not needed for the new implementation as this makes it slower
|
||||
|
||||
|
||||
$CURSOR_SIZE=20
|
||||
$FONT=Noto_Sans
|
||||
|
||||
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 5
|
||||
gaps_in = 6
|
||||
gaps_out = 12
|
||||
border_size = 3
|
||||
col.active_border = rgba(7A52CC) rgba(7A52CC) 45deg
|
||||
col.inactive_border = rgba(040000ff) rgba(2E0404ff) 45deg
|
||||
col.active_border = rgba(78c6ebff) rgba(8289a3ff) 45deg
|
||||
col.inactive_border = rgba(7, 15, 42, 0.58)
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgba(7A52CC) rgba(8040BFff) 45deg
|
||||
col.border_inactive = rgba(040000cc) rgba(2E0404cc) 45deg
|
||||
col.border_locked_active = rgba(FFFFFFff) rgba(FFFFFFff) 45deg
|
||||
col.border_locked_inactive = rgba(FFFFFFcc) rgba(FFFFFFcc) 45deg
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 7
|
||||
active_opacity = 0.95
|
||||
inactive_opacity = 0.95
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
ignore_window = true
|
||||
render_power = 2
|
||||
color = 0x80ffffff
|
||||
range = 14
|
||||
offset = 0 0
|
||||
}
|
||||
rounding = 6
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
size = 4
|
||||
passes = 4
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
ignore_opacity = on
|
||||
xray = false
|
||||
}
|
||||
}
|
||||
|
||||
#blurls = waybar
|
||||
blurls = waybar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user