conf
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
name = "GoogleDot-Blue";
|
name = "GoogleDot-Blue";
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
image = ../../wallpapers/wallhaven-zylmoo.jpg;
|
image = ../../wallpapers/wallhaven-9djzww.jpg;
|
||||||
opacity.terminal = 0.9;
|
opacity.terminal = 0.9;
|
||||||
fonts = {
|
fonts = {
|
||||||
sizes = {
|
sizes = {
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
fend # calc in rust
|
fend # calc in rust
|
||||||
tree # tree util
|
tree # tree util
|
||||||
rbw # bitwarden cli in rust
|
rbw # bitwarden cli in rust
|
||||||
|
pinentry-qt # pinentry for rbw
|
||||||
zip # zip util
|
zip # zip util
|
||||||
vial # qmk keyboard configuring app
|
vial # qmk keyboard configuring app
|
||||||
unzip # unzip util
|
unzip # unzip util
|
||||||
|
@ -8,11 +8,25 @@
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
btop = {
|
||||||
|
enable = true;
|
||||||
|
settings.update_ms = 200;
|
||||||
|
};
|
||||||
eza.enable = true;
|
eza.enable = true;
|
||||||
|
fd.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
btop.enable = true;
|
|
||||||
yazi.enable = true;
|
|
||||||
gitui.enable = true;
|
gitui.enable = true;
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
delta.enable = true;
|
||||||
|
signing.format = "ssh";
|
||||||
|
aliases = {
|
||||||
|
cl = "clone";
|
||||||
|
co = "checkout";
|
||||||
|
pom = "push origin main";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
ripgrep.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = {
|
terminal = {
|
||||||
|
@ -72,8 +72,8 @@ in {
|
|||||||
# "EDITOR,hx"
|
# "EDITOR,hx"
|
||||||
"ELECTRON_OZONE_PLATFORM_HINT,auto"
|
"ELECTRON_OZONE_PLATFORM_HINT,auto"
|
||||||
"QT_QPA_PLATFORM,wayland"
|
"QT_QPA_PLATFORM,wayland"
|
||||||
# "QT_QPA_PLATFORMTHEME,gtk3"
|
"QT_QPA_PLATFORMTHEME,gtk3"
|
||||||
"XCURSOR_SIZE,32"
|
"XCURSOR_SIZE,24"
|
||||||
#"GTK_THEME,adw-gtk3"
|
#"GTK_THEME,adw-gtk3"
|
||||||
"GSK_RENDERER,ngl"
|
"GSK_RENDERER,ngl"
|
||||||
# "DISPLAY,:123"
|
# "DISPLAY,:123"
|
||||||
@ -107,6 +107,15 @@ in {
|
|||||||
# };
|
# };
|
||||||
plugin = [
|
plugin = [
|
||||||
{
|
{
|
||||||
|
overview = {
|
||||||
|
gapsIn = 12;
|
||||||
|
gapsOut = 24;
|
||||||
|
exitOnClick = true;
|
||||||
|
centerAligned = true;
|
||||||
|
showNewWorkspace = false;
|
||||||
|
showEmptyWorkspace = false;
|
||||||
|
affectStrut = false;
|
||||||
|
};
|
||||||
hyprexpo = {
|
hyprexpo = {
|
||||||
columns = 3;
|
columns = 3;
|
||||||
gap_size = 8;
|
gap_size = 8;
|
||||||
@ -137,9 +146,9 @@ in {
|
|||||||
"col.active.text" = "0xff${config.lib.stylix.colors.base0D}";
|
"col.active.text" = "0xff${config.lib.stylix.colors.base0D}";
|
||||||
"col.inactive.text" = "0xff${config.lib.stylix.colors.base05}";
|
"col.inactive.text" = "0xff${config.lib.stylix.colors.base05}";
|
||||||
"col.urgent.text" = "0xff${config.lib.stylix.colors.base09}";
|
"col.urgent.text" = "0xff${config.lib.stylix.colors.base09}";
|
||||||
"col.active.border" = "0xff${config.lib.stylix.colors.base0D}";
|
"col.active.border" = "0xff${config.lib.stylix.colors.base00}";
|
||||||
"col.inactive.border" = "0xff${config.lib.stylix.colors.base05}";
|
"col.inactive.border" = "0xff${config.lib.stylix.colors.base00}";
|
||||||
"col.urgent.border" = "0xff${config.lib.stylix.colors.base09}";
|
"col.urgent.border" = "0xff${config.lib.stylix.colors.base00}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -200,6 +209,7 @@ in {
|
|||||||
"$modCtrl, Q, killactive"
|
"$modCtrl, Q, killactive"
|
||||||
"$modCtrl, M, fullscreen"
|
"$modCtrl, M, fullscreen"
|
||||||
"$modCtrl, G, togglefloating"
|
"$modCtrl, G, togglefloating"
|
||||||
|
"$mod, G, pin"
|
||||||
|
|
||||||
# "$mod,T, togglegroup"
|
# "$mod,T, togglegroup"
|
||||||
# "$mod, period, changegroupactive, f"
|
# "$mod, period, changegroupactive, f"
|
||||||
@ -344,14 +354,14 @@ in {
|
|||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
"1, defaultName:general"
|
"1, defaultName:general"
|
||||||
"2, defaultName:browse"
|
"2, defaultName:web"
|
||||||
"3, defaultName:chat"
|
"3, defaultName:chat"
|
||||||
"4, defaultName:code"
|
"4, defaultName:code"
|
||||||
"5, defaultName:uni"
|
"5, defaultName:uni"
|
||||||
"6, defaultName:games"
|
"6, defaultName:games"
|
||||||
"7, defaultName:sysadmin"
|
"7, defaultName:system"
|
||||||
"8, defaultName:media"
|
"8, defaultName:media"
|
||||||
"9, defaultName:bg"
|
"9, defaultName:tray"
|
||||||
# "10, defaultName:"
|
# "10, defaultName:"
|
||||||
];
|
];
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
@ -455,7 +465,7 @@ in {
|
|||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# platformTheme.name = "gtk3";
|
platformTheme.name = lib.mkDefault "gtk3";
|
||||||
#style.name = "gtk2";
|
#style.name = "gtk2";
|
||||||
};
|
};
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
@ -473,7 +483,7 @@ in {
|
|||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
bar-0 = {
|
bar-0 = {
|
||||||
layer = "top";
|
layer = "bottom";
|
||||||
position = "bottom";
|
position = "bottom";
|
||||||
height = 40;
|
height = 40;
|
||||||
spacing = 6;
|
spacing = 6;
|
||||||
@ -509,14 +519,14 @@ in {
|
|||||||
"9" = "IX";
|
"9" = "IX";
|
||||||
"10" = "X";
|
"10" = "X";
|
||||||
general = "";
|
general = "";
|
||||||
browse = "";
|
web = "";
|
||||||
chat = "";
|
chat = "";
|
||||||
code = "";
|
code = "";
|
||||||
uni = "";
|
uni = "";
|
||||||
games = "";
|
games = "";
|
||||||
sysadmin = "";
|
system = "";
|
||||||
media = "";
|
media = "";
|
||||||
bg = "";
|
tray = "";
|
||||||
#focused = "";
|
#focused = "";
|
||||||
#active = "";
|
#active = "";
|
||||||
#default = "";
|
#default = "";
|
||||||
@ -532,11 +542,6 @@ in {
|
|||||||
interval = "once";
|
interval = "once";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
"custom/text" = {
|
|
||||||
format = "here will be workspaces";
|
|
||||||
interval = "once";
|
|
||||||
tooltip = false;
|
|
||||||
};
|
|
||||||
"group/hypr" = {
|
"group/hypr" = {
|
||||||
orientation = "inherit";
|
orientation = "inherit";
|
||||||
modules = [
|
modules = [
|
||||||
@ -1810,7 +1815,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.user.settings.Manager.DefaultEnvironment = {
|
systemd.user.settings.Manager.DefaultEnvironment = {
|
||||||
# QT_QPA_PLATFORMTHEME = "gtk3";
|
QT_QPA_PLATFORMTHEME = "gtk3";
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
};
|
};
|
||||||
systemd.user.targets.tray = {
|
systemd.user.targets.tray = {
|
||||||
|
Reference in New Issue
Block a user