armory: rough win98 style
This commit is contained in:
+34
-7
@@ -9,7 +9,9 @@ monitorv2 {
|
||||
# 3440x1440@160
|
||||
# mode = 3440x1440@160
|
||||
# 3440x1440@155
|
||||
mode = modeline 1177.50 3440 3744 4128 4816 1440 1443 1453 1578 -hsync +vsync
|
||||
# mode = modeline 1177.50 3440 3744 4128 4816 1440 1443 1453 1578 -hsync +vsync
|
||||
# 3440x1440@120
|
||||
mode = modeline 889.75 3440 3736 4120 4800 1440 1443 1453 1545 -hsync +vsync
|
||||
# position = 0x0 # single
|
||||
position = 1920x0 # dual
|
||||
vrr = true
|
||||
@@ -76,6 +78,7 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
|
||||
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
exec-once = sleep 1 && hyprpm reload
|
||||
#exec-once = wayvnc --output=DP-1 0.0.0.0
|
||||
|
||||
# xrandr settings
|
||||
@@ -114,6 +117,10 @@ exec-once = hyprlock
|
||||
# < Start Section >
|
||||
# workspace rules
|
||||
|
||||
# smart gaps
|
||||
workspace = w[tv1], gapsout:0 650 0 650, gapsin:0
|
||||
workspace = w[tv1]5, gapsout:0 0 0 0, gapsin:0
|
||||
|
||||
# gaps numbers (top, right, bottom, left)
|
||||
# Workspaces swapped for ease of use
|
||||
workspace = 1, monitor:DP-1, persistent:true, default:true
|
||||
@@ -134,20 +141,20 @@ workspace = 6, monitor:DP-1, persistent:true
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
border_size = 3
|
||||
col.active_border = rgb(CCB8C8)
|
||||
col.inactive_border = rgb(CCB8C8)
|
||||
layout = dwindle
|
||||
resize_on_border = false
|
||||
allow_tearing = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 0
|
||||
rounding_power = 2
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
enabled = false
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
@@ -275,6 +282,26 @@ dwindle {
|
||||
|
||||
|
||||
|
||||
# < Start Section >
|
||||
# plugins
|
||||
plugin {
|
||||
hyprbars {
|
||||
enable = true
|
||||
bar_height = 25
|
||||
bar_color = rgb(05027D)
|
||||
bar_text_align = left
|
||||
bar_part_of_window = true
|
||||
bar_precedence_over_border = true
|
||||
hyprbars-button = rgb(CCB8C8), 18, X, hyprctl dispatch killactive
|
||||
hyprbars-button = rgb(CCB8C8), 18, , hyprctl dispatch fullscreen 1
|
||||
hyprbars-button = rgb(CCB8C8), 18, ,
|
||||
bar_padding = 15
|
||||
}
|
||||
}
|
||||
# < End Section >
|
||||
|
||||
|
||||
|
||||
# < Start Section >
|
||||
# window rules
|
||||
|
||||
@@ -284,7 +311,7 @@ windowrule {
|
||||
match:class = ^(.*)$
|
||||
suppress_event = maximize
|
||||
render_unfocused = true
|
||||
opacity = 0.80 0.80
|
||||
opacity = 1.00 1.00
|
||||
pseudo = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user