2024-12-08 13:05 : id 262
This commit is contained in:
parent
1f9e381049
commit
62828feaf0
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{config, pkgs, ... }:
|
||||
let
|
||||
# Theme/Mode
|
||||
THEME = "nord";
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user