summaryrefslogtreecommitdiff
path: root/.config/hypr/config.d/theme.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/config.d/theme.conf')
-rw-r--r--.config/hypr/config.d/theme.conf36
1 files changed, 27 insertions, 9 deletions
diff --git a/.config/hypr/config.d/theme.conf b/.config/hypr/config.d/theme.conf
index 22ff1bd..09a624d 100644
--- a/.config/hypr/config.d/theme.conf
+++ b/.config/hypr/config.d/theme.conf
@@ -1,9 +1,9 @@
general {
- gaps_in = $radius
+ gaps_in = 6
gaps_out = $gaps
- border_size = 0
- col.active_border = rgba(aaaaaa00)
- col.inactive_border = rgba(77777700)
+ border_size = $border
+ col.active_border = 0xffaaaaaa
+ col.inactive_border = 0xff777777
layout = dwindle
}
@@ -13,11 +13,12 @@ group {
col.border_locked_active = rgb(14171d) rgb(14171d) 0deg
col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg
groupbar {
- enabled = false
- gradients = false
+ enabled = true
+ gradients = true
font_family = monospace
- font_size = 14
- col.active = rgb(14171d) rgb(14171d) 0deg
+ font_size = 12
+ height = 16
+ col.active = rgb(24272d) rgb(24272d) 0deg
col.inactive = rgb(14171d) rgb(14171d) 0deg
col.locked_active = rgb(14171d) rgb(14171d) 0deg
col.locked_inactive = rgb(14171d) rgb(14171d) 0deg
@@ -25,7 +26,7 @@ group {
}
decoration {
- rounding = 0
+ rounding = $radius
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
@@ -42,3 +43,20 @@ animations {
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
+
+xwayland {
+ force_zero_scaling = true
+ use_nearest_neighbor = false
+}
+
+env = GDK_BACKEND,wayland,x11
+env = SDL_VIDEODRIVER,wayland
+env = CLUTTER_BACKEND,wayland
+
+env = XDG_CURRENT_DESKTOP,Hyprland
+env = XDG_SESSION_DESKTOP,Hyprland
+
+env = QT_AUTO_SCREEN_SCALE_FACTOR,1
+env = QT_QPA_PLATFORM,wayland;xcb
+env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
+env = QT_QPA_PLATFORMTHEME,gtk2