2025-01-02 02:30 : id 69
This commit is contained in:
parent
ac5a4d0af5
commit
78b587c546
@ -29,6 +29,7 @@ let
|
|||||||
FUZZEL_WIDTH = "25";
|
FUZZEL_WIDTH = "25";
|
||||||
FUZZEL_HEIGHT = "15";
|
FUZZEL_HEIGHT = "15";
|
||||||
FUZZEL_OPACITY = "aa";
|
FUZZEL_OPACITY = "aa";
|
||||||
|
WAYBAR_SIZE = 20;
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
HOME = "/home/deadvey";
|
HOME = "/home/deadvey";
|
||||||
@ -547,7 +548,7 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "top";
|
name = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 20;
|
height = WAYBAR_SIZE;
|
||||||
width = SCREEN_WIDTH;
|
width = SCREEN_WIDTH;
|
||||||
modules-left = [ "cpu" "memory" "disk" "custom/temperature" ];
|
modules-left = [ "cpu" "memory" "disk" "custom/temperature" ];
|
||||||
modules-center = ["custom/clock" "custom/cmus-song" "custom/cmus-artist"];
|
modules-center = ["custom/clock" "custom/cmus-song" "custom/cmus-artist"];
|
||||||
@ -597,6 +598,8 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "right";
|
name = "right";
|
||||||
position = "right";
|
position = "right";
|
||||||
|
width = WAYBAR_SIZE;
|
||||||
|
height = SCREEN_HEIGHT - (WAYBAR_SIZE * 2);
|
||||||
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" = {
|
||||||
@ -617,6 +620,7 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "right";
|
name = "right";
|
||||||
position = "left";
|
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"];
|
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 = "";
|
||||||
@ -668,7 +672,7 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "bottom";
|
name = "bottom";
|
||||||
position = "bottom";
|
position = "bottom";
|
||||||
height = 20;
|
height = WAYBAR_SIZE;
|
||||||
width = SCREEN_WIDTH;
|
width = SCREEN_WIDTH;
|
||||||
modules-left = [ "custom/uptime" ];
|
modules-left = [ "custom/uptime" ];
|
||||||
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];
|
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user