2024-12-08 13:05 : id 262

This commit is contained in:
deadvey 2024-12-08 13:05:59 +00:00
parent 1f9e381049
commit 62828feaf0

View File

@ -78,6 +78,7 @@ in
transmission_4-gtk
tor-browser
waybar
weather
wttrbar
unzip
w3m
@ -252,7 +253,7 @@ in
position = "top";
height = 20;
width = SCREEN_WIDTH - 10;
modules-left = ["hyprland/workspaces"];
modules-left = [ "cpu" "memory" "disk" ];
modules-center = ["custom/clock"];
modules-right = ["custom/caway"];
"custom/clock" = {
@ -278,7 +279,7 @@ in
layer = "top";
name = "right";
position = "left";
modules-center = [ "custom/browser" "custom/terminal" ];
modules-center = [ "custom/browser" "custom/terminal" "custom/website" ];
"custom/browser" = {
format = "Br";
on-click = "${BROWSER}";
@ -287,6 +288,10 @@ in
format = "Tr";
on-click = "${TERMINAL}";
};
"custom/website" = {
format = "We";
on-click = "${BROWSER} https://deadvey.com";
};
};
bottom = {
exclusive = false;
@ -297,6 +302,7 @@ in
width = SCREEN_WIDTH - 10;
modules-left = [ "network" ];
modules-right = [ "custom/weather" ];
modules-center = [];
"network" = {
interface = "enp42s0";
interval = 10;