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
GAPS_IN = "0";
GAPS_OUT = "40";
GAPS_OUT_INT = 40;
BORDER_WIDTH = "2";
CORNER_RADIUS = "0";
WAYBAR_CORNER_RADIUS = "0";
@ -600,7 +599,7 @@ in
name = "right";
position = "right";
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-center = [ "hyprland/workspaces" ];
"custom/lock" = {
@ -622,6 +621,7 @@ in
name = "right";
position = "left";
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"];
"custom/browser" = {
format = "";