fix: Telegram media viewer fullscreen;

fix: hyprbar style;
refactor: disabled hyprbars
This commit is contained in:
2026-01-09 21:09:11 +03:00
parent 0ba43bfb80
commit 226c027ebf
2 changed files with 21 additions and 40 deletions

View File

@@ -199,6 +199,8 @@ misc {
enable_anr_dialog = false enable_anr_dialog = false
render_unfocused_fps = 1 render_unfocused_fps = 1
size_limits_tiled = true size_limits_tiled = true
on_focus_under_fullscreen = 0
exit_window_retains_fullscreen = false
} }
############## ##############
@@ -611,9 +613,18 @@ windowrule {
name = windowrule-6 name = windowrule-6
workspace = 8 silent workspace = 8 silent
group = set group = set
suppress_event = fullscreen
match:class = ^(com.ayugram.desktop)$ match:class = ^(com.ayugram.desktop)$
} }
# Telegram media viewer
windowrule {
name = telegram-media-viewer
group = deny
fullscreen = true
match:class = ^(com.ayugram.desktop)$
match:initial_title = ^(Media\ viewer)
}
# Vesktop # Vesktop
windowrule { windowrule {
@@ -761,7 +772,7 @@ plugin {
mode = flash mode = flash
} }
hyprbars { hyprbars {
enabled = true enabled = false
bar_height = 18 bar_height = 18
bar_color = rgba(1c1c1cce) bar_color = rgba(1c1c1cce)
bar_title_enabled = false bar_title_enabled = false
@@ -781,42 +792,11 @@ plugin {
on_double_click = on_double_click =
windowrule { windowrule = match:class ^(com.ayugram.desktop), hyprbars:bar_color rgb(261B1E)
name = windowrule-17 windowrule = match:class ^(zen), hyprbars:bar_color rgb(121214)
match:plugin = hyprbars:bar_color rgb(261B1E) windowrule = match:class ^(thunar), hyprbars:bar_color rgb(1C1C1C)
match:class = ^(com.ayugram.desktop) windowrule = match:class ^(draw.io), hyprbars:bar_color rgb(F1F3F4)
} windowrule = match:float 1, hyprbars:bar_color rgb(1C1C1C)
windowrule {
name = windowrule-18
match:plugin = hyprbars:bar_color rgb(121214)
match:class = ^(vesktop)
}
windowrule {
name = windowrule-19
match:plugin = hyprbars:bar_color rgb(131313)
match:class = ^(zen)
}
windowrule {
name = windowrule-20
match:plugin = hyprbars:bar_color rgb(F1F3F4)
match:class = ^(draw.io)
}
windowrule {
name = windowrule-21
match:plugin = hyprbars:bar_color rgb(1C1C1C)
match:class = ^(thunar)
}
windowrule {
name = windowrule-22
match:plugin = hyprbars:bar_color rgb(1C1C1C)
match:float = 1
}
} }
dynamic-cursors { dynamic-cursors {

View File

@@ -93,10 +93,11 @@ window#waybar.chromium {
transition: color 0.5s, box-shadow 0.5s, background 0.5s; transition: color 0.5s, box-shadow 0.5s, background 0.5s;
} }
#workspaces button:hover { #workspaces button:hover, #workspaces button.active.hosting-monitor:hover {
color: @foreground; color: @foreground;
background-color: transparent; background: none;
text-shadow: 0px 0px 2px rgba(233, 99, 117, 1); box-shadow: none;
text-shadow: none;
} }
/* -------------------------------------------------------------------------- /* --------------------------------------------------------------------------