2025-01-02 02:30 : id 69

This commit is contained in:
deadvey 2025-01-02 02:30:45 +00:00
parent ac5a4d0af5
commit 78b587c546

View File

@ -29,6 +29,7 @@ let
FUZZEL_WIDTH = "25";
FUZZEL_HEIGHT = "15";
FUZZEL_OPACITY = "aa";
WAYBAR_SIZE = 20;
# Other
HOME = "/home/deadvey";
@ -547,7 +548,7 @@ in
layer = "top";
name = "top";
position = "top";
height = 20;
height = WAYBAR_SIZE;
width = SCREEN_WIDTH;
modules-left = [ "cpu" "memory" "disk" "custom/temperature" ];
modules-center = ["custom/clock" "custom/cmus-song" "custom/cmus-artist"];
@ -597,6 +598,8 @@ in
layer = "top";
name = "right";
position = "right";
width = WAYBAR_SIZE;
height = SCREEN_HEIGHT - (WAYBAR_SIZE * 2);
modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"];
modules-center = [ "hyprland/workspaces" ];
"custom/lock" = {
@ -617,6 +620,7 @@ in
layer = "top";
name = "right";
position = "left";
width = WAYBAR_SIZE;
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 = "";
@ -668,7 +672,7 @@ in
layer = "top";
name = "bottom";
position = "bottom";
height = 20;
height = WAYBAR_SIZE;
width = SCREEN_WIDTH;
modules-left = [ "custom/uptime" ];
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];