2025-01-02 02:33 : id 72

This commit is contained in:
deadvey 2025-01-02 02:33:22 +00:00
parent 814c163193
commit c565e2e31b

View File

@ -20,7 +20,6 @@ let
# Numbers # Numbers
GAPS_IN = "0"; GAPS_IN = "0";
GAPS_OUT = "40"; GAPS_OUT = "40";
GAPS_OUT_INT = 40;
BORDER_WIDTH = "2"; BORDER_WIDTH = "2";
CORNER_RADIUS = "0"; CORNER_RADIUS = "0";
WAYBAR_CORNER_RADIUS = "0"; WAYBAR_CORNER_RADIUS = "0";
@ -600,7 +599,7 @@ in
name = "right"; name = "right";
position = "right"; position = "right";
width = WAYBAR_SIZE; width = WAYBAR_SIZE;
height = SCREEN_HEIGHT - (GAPS_OUT_INT * 2); height = SCREEN_HEIGHT - (WAYBAR_SIZE * 3);
modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"]; modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"];
modules-center = [ "hyprland/workspaces" ]; modules-center = [ "hyprland/workspaces" ];
"custom/lock" = { "custom/lock" = {
@ -622,6 +621,7 @@ in
name = "right"; name = "right";
position = "left"; position = "left";
width = WAYBAR_SIZE; width = WAYBAR_SIZE;
height = SCREEN_HEIGHT - (WAYBAR_SIZE * 3);
modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs" "custom/email" "custom/irc"]; modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs" "custom/email" "custom/irc"];
"custom/browser" = { "custom/browser" = {
format = ""; format = "";