Big changes concerning color scheme (switching to seventy nine), reorganized monitors config files, new notification daemon and quick settings panel, new scripts and other minor changes
This commit is contained in:
parent
746fa5a835
commit
602e3f2f97
28 changed files with 1034 additions and 60 deletions
|
|
@ -10,7 +10,7 @@ $inactive_color = rgba(595959aa)
|
|||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 1
|
||||
gaps_out = 0
|
||||
gaps_out = 1
|
||||
|
||||
border_size = 1
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ decoration {
|
|||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 3
|
||||
passes = 4
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
|
|
@ -170,5 +170,10 @@ windowrule=size 65% 70%, class:(org.prismlauncher.PrismLauncher), title:^(Prism
|
|||
# TODO Automatically fullscreen single apps
|
||||
# - Seems impossible for now (try mixing with workspace rules)
|
||||
|
||||
# Default size for floating windows
|
||||
## TODO
|
||||
#windowrulev2 = size 100 100,floating:1
|
||||
|
||||
# Increase gaps for single apps
|
||||
workspace=w[t1], gapsout:2
|
||||
## Usless since I changed the default gap but may be useful if you decide to reset it to 0
|
||||
#workspace=w[t1], gapsout:2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue