Regenerated
This commit is contained in:
+398
-393
File diff suppressed because it is too large
Load Diff
+10
-5
@@ -3104,16 +3104,21 @@ windowrule {
|
||||
}
|
||||
|
||||
# Wofi window rules
|
||||
# (match: fields do not support $variables, hardcoded intentionally)
|
||||
windowrule {
|
||||
name = wofi
|
||||
match:class = ^(wofi)$
|
||||
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
||||
rounding = 14
|
||||
}
|
||||
windowrulev2 = float, class:^(update-term)$
|
||||
windowrulev2 = size 900 600, class:^(update-term)$
|
||||
windowrulev2 = center, class:^(update-term)$
|
||||
|
||||
# Update terminal window rules
|
||||
windowrule {
|
||||
name = update-term
|
||||
match:class = ^(update-term)$
|
||||
float = true
|
||||
size = 900 600
|
||||
center = true
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
** =generated/.config/hypr/workspace-rules.conf=
|
||||
@@ -3128,7 +3133,7 @@ workspace = 6, monitor:DP-1 #, layout:dwindle
|
||||
#+END_SRC
|
||||
|
||||
** =generated/.config/quickshell/media/shell.qml=
|
||||
offers a adio widget
|
||||
offers a audio widget
|
||||
#+BEGIN_SRC qml :tangle generated/.config/quickshell/media/shell.qml :noweb yes :mkdirp yes :eval never
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
|
||||
@@ -66,13 +66,18 @@ windowrule {
|
||||
}
|
||||
|
||||
# Wofi window rules
|
||||
# (match: fields do not support $variables, hardcoded intentionally)
|
||||
windowrule {
|
||||
name = wofi
|
||||
match:class = ^(wofi)$
|
||||
border_color = rgb(89b4fa) rgb(a6e3a1) 45deg
|
||||
rounding = 14
|
||||
}
|
||||
windowrulev2 = float, class:^(update-term)$
|
||||
windowrulev2 = size 900 600, class:^(update-term)$
|
||||
windowrulev2 = center, class:^(update-term)$
|
||||
|
||||
# Update terminal window rules
|
||||
windowrule {
|
||||
name = update-term
|
||||
match:class = ^(update-term)$
|
||||
float = true
|
||||
size = 900 600
|
||||
center = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user