This commit is contained in:
unexplrd
2025-02-15 15:25:18 +02:00
parent 4204c45f31
commit f25e2f62ff
4 changed files with 46 additions and 26 deletions

View File

@ -72,8 +72,8 @@ in {
# "EDITOR,hx"
"ELECTRON_OZONE_PLATFORM_HINT,auto"
"QT_QPA_PLATFORM,wayland"
# "QT_QPA_PLATFORMTHEME,gtk3"
"XCURSOR_SIZE,32"
"QT_QPA_PLATFORMTHEME,gtk3"
"XCURSOR_SIZE,24"
#"GTK_THEME,adw-gtk3"
"GSK_RENDERER,ngl"
# "DISPLAY,:123"
@ -107,6 +107,15 @@ in {
# };
plugin = [
{
overview = {
gapsIn = 12;
gapsOut = 24;
exitOnClick = true;
centerAligned = true;
showNewWorkspace = false;
showEmptyWorkspace = false;
affectStrut = false;
};
hyprexpo = {
columns = 3;
gap_size = 8;
@ -137,9 +146,9 @@ in {
"col.active.text" = "0xff${config.lib.stylix.colors.base0D}";
"col.inactive.text" = "0xff${config.lib.stylix.colors.base05}";
"col.urgent.text" = "0xff${config.lib.stylix.colors.base09}";
"col.active.border" = "0xff${config.lib.stylix.colors.base0D}";
"col.inactive.border" = "0xff${config.lib.stylix.colors.base05}";
"col.urgent.border" = "0xff${config.lib.stylix.colors.base09}";
"col.active.border" = "0xff${config.lib.stylix.colors.base00}";
"col.inactive.border" = "0xff${config.lib.stylix.colors.base00}";
"col.urgent.border" = "0xff${config.lib.stylix.colors.base00}";
};
};
}
@ -200,6 +209,7 @@ in {
"$modCtrl, Q, killactive"
"$modCtrl, M, fullscreen"
"$modCtrl, G, togglefloating"
"$mod, G, pin"
# "$mod,T, togglegroup"
# "$mod, period, changegroupactive, f"
@ -344,14 +354,14 @@ in {
workspace = [
"1, defaultName:general"
"2, defaultName:browse"
"2, defaultName:web"
"3, defaultName:chat"
"4, defaultName:code"
"5, defaultName:uni"
"6, defaultName:games"
"7, defaultName:sysadmin"
"7, defaultName:system"
"8, defaultName:media"
"9, defaultName:bg"
"9, defaultName:tray"
# "10, defaultName:"
];
windowrulev2 = [
@ -455,7 +465,7 @@ in {
};
qt = {
enable = true;
# platformTheme.name = "gtk3";
platformTheme.name = lib.mkDefault "gtk3";
#style.name = "gtk2";
};
dconf.settings = {
@ -473,7 +483,7 @@ in {
};
settings = {
bar-0 = {
layer = "top";
layer = "bottom";
position = "bottom";
height = 40;
spacing = 6;
@ -509,14 +519,14 @@ in {
"9" = "IX";
"10" = "X";
general = "󰾞";
browse = "󰜏";
chat = "󰭹";
web = "󰖟";
chat = "󰻞";
code = "󰅩";
uni = "󰁰";
games = "󰺵";
sysadmin = "󰒓";
media = "󱖑";
bg = "󰣆";
uni = "󱆀";
games = "󰺶";
system = "󰢻";
media = "󱜐";
tray = "󱊖";
#focused = "󰗝";
#active = "󰻃";
#default = "󰄰";
@ -532,11 +542,6 @@ in {
interval = "once";
tooltip = false;
};
"custom/text" = {
format = "here will be workspaces";
interval = "once";
tooltip = false;
};
"group/hypr" = {
orientation = "inherit";
modules = [
@ -1810,7 +1815,7 @@ in {
};
};
systemd.user.settings.Manager.DefaultEnvironment = {
# QT_QPA_PLATFORMTHEME = "gtk3";
QT_QPA_PLATFORMTHEME = "gtk3";
QT_QPA_PLATFORM = "wayland";
};
systemd.user.targets.tray = {