mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
hyprland: add some more rice
This commit is contained in:
@@ -97,13 +97,31 @@ let
|
|||||||
hebrew.obsidian = "אובסידיאן";
|
hebrew.obsidian = "אובסידיאן";
|
||||||
|
|
||||||
latin.workspaces = [
|
latin.workspaces = [
|
||||||
"Ⅰ" "Ⅱ" "Ⅲ" "Ⅳ" "Ⅴ" "Ⅵ" "Ⅶ" "Ⅷ" "Ⅸ" "Ⅹ"
|
"Ⅰ"
|
||||||
|
"Ⅱ"
|
||||||
|
"Ⅲ"
|
||||||
|
"Ⅳ"
|
||||||
|
"Ⅴ"
|
||||||
|
"Ⅵ"
|
||||||
|
"Ⅶ"
|
||||||
|
"Ⅷ"
|
||||||
|
"Ⅸ"
|
||||||
|
"Ⅹ"
|
||||||
];
|
];
|
||||||
latin.music = "MVSICA";
|
latin.music = "MVSICA";
|
||||||
latin.obsidian = "NOSCENDA";
|
latin.obsidian = "NOSCENDA";
|
||||||
|
|
||||||
greek.workspaces = [
|
greek.workspaces = [
|
||||||
"Α" "Β" "Γ" "Δ" "Ε" "Ϛ" "Ζ" "Η" "Θ" "Ι"
|
"Α"
|
||||||
|
"Β"
|
||||||
|
"Γ"
|
||||||
|
"Δ"
|
||||||
|
"Ε"
|
||||||
|
"Ϛ"
|
||||||
|
"Ζ"
|
||||||
|
"Η"
|
||||||
|
"Θ"
|
||||||
|
"Ι"
|
||||||
];
|
];
|
||||||
greek.music = "ΜΟΥΣΙΚΗ";
|
greek.music = "ΜΟΥΣΙΚΗ";
|
||||||
greek.obsidian = "ΥΠΟΜΝΗΜΑΤΑ";
|
greek.obsidian = "ΥΠΟΜΝΗΜΑΤΑ";
|
||||||
@@ -128,9 +146,6 @@ in
|
|||||||
[
|
[
|
||||||
"WindowTitle"
|
"WindowTitle"
|
||||||
]
|
]
|
||||||
[
|
|
||||||
"MediaPlayer"
|
|
||||||
]
|
|
||||||
];
|
];
|
||||||
center = [ "Clock" ];
|
center = [ "Clock" ];
|
||||||
right = [
|
right = [
|
||||||
@@ -163,7 +178,7 @@ in
|
|||||||
"Memory"
|
"Memory"
|
||||||
{ Disk = "/"; }
|
{ Disk = "/"; }
|
||||||
];
|
];
|
||||||
clock.format = "%Y-%m-%d (%W %a) %H:%M";
|
clock.format = "%Y-%m-%d (%j %a %W) %H:%M";
|
||||||
settings.indicators = [
|
settings.indicators = [
|
||||||
"IdleInhibitor"
|
"IdleInhibitor"
|
||||||
"PowerProfile"
|
"PowerProfile"
|
||||||
@@ -276,15 +291,15 @@ in
|
|||||||
general = {
|
general = {
|
||||||
gaps_in = 2;
|
gaps_in = 2;
|
||||||
gaps_out = 2;
|
gaps_out = 2;
|
||||||
border_size = 1;
|
border_size = 2;
|
||||||
resize_on_border = true;
|
resize_on_border = true;
|
||||||
allow_tearing = false;
|
allow_tearing = false;
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 2;
|
rounding = 0;
|
||||||
rounding_power = 2;
|
rounding_power = 0;
|
||||||
active_opacity = 1.0;
|
active_opacity = 1.0;
|
||||||
inactive_opacity = 1.0;
|
inactive_opacity = 1.0;
|
||||||
shadow = {
|
shadow = {
|
||||||
@@ -301,11 +316,13 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
enabled = false;
|
enabled = true;
|
||||||
|
animation = [
|
||||||
|
"global, 1, 2, default"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -357,6 +374,8 @@ in
|
|||||||
"${mod}, D, exec, ${lib.getExe pkgs.rofi} -show run"
|
"${mod}, D, exec, ${lib.getExe pkgs.rofi} -show run"
|
||||||
"${mod}, E, togglesplit," # dwindle
|
"${mod}, E, togglesplit," # dwindle
|
||||||
"${mod}, F, fullscreen"
|
"${mod}, F, fullscreen"
|
||||||
|
"${mod}, G, moveoutofgroup"
|
||||||
|
"${mod} SHIFT, G, togglegroup"
|
||||||
"${mod}, h, movefocus, l"
|
"${mod}, h, movefocus, l"
|
||||||
"${mod}, l, movefocus, r"
|
"${mod}, l, movefocus, r"
|
||||||
"${mod}, k, movefocus, u"
|
"${mod}, k, movefocus, u"
|
||||||
|
|||||||
Reference in New Issue
Block a user