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
|
let
|
||||||
# Theme/Mode
|
# Theme/Mode
|
||||||
THEME = "nord";
|
THEME = "nord";
|
||||||
@ -78,6 +78,7 @@ in
|
|||||||
transmission_4-gtk
|
transmission_4-gtk
|
||||||
tor-browser
|
tor-browser
|
||||||
waybar
|
waybar
|
||||||
|
weather
|
||||||
wttrbar
|
wttrbar
|
||||||
unzip
|
unzip
|
||||||
w3m
|
w3m
|
||||||
@ -252,7 +253,7 @@ in
|
|||||||
position = "top";
|
position = "top";
|
||||||
height = 20;
|
height = 20;
|
||||||
width = SCREEN_WIDTH - 10;
|
width = SCREEN_WIDTH - 10;
|
||||||
modules-left = ["hyprland/workspaces"];
|
modules-left = [ "cpu" "memory" "disk" ];
|
||||||
modules-center = ["custom/clock"];
|
modules-center = ["custom/clock"];
|
||||||
modules-right = ["custom/caway"];
|
modules-right = ["custom/caway"];
|
||||||
"custom/clock" = {
|
"custom/clock" = {
|
||||||
@ -278,7 +279,7 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "right";
|
name = "right";
|
||||||
position = "left";
|
position = "left";
|
||||||
modules-center = [ "custom/browser" "custom/terminal" ];
|
modules-center = [ "custom/browser" "custom/terminal" "custom/website" ];
|
||||||
"custom/browser" = {
|
"custom/browser" = {
|
||||||
format = "Br";
|
format = "Br";
|
||||||
on-click = "${BROWSER}";
|
on-click = "${BROWSER}";
|
||||||
@ -287,6 +288,10 @@ in
|
|||||||
format = "Tr";
|
format = "Tr";
|
||||||
on-click = "${TERMINAL}";
|
on-click = "${TERMINAL}";
|
||||||
};
|
};
|
||||||
|
"custom/website" = {
|
||||||
|
format = "We";
|
||||||
|
on-click = "${BROWSER} https://deadvey.com";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
bottom = {
|
bottom = {
|
||||||
exclusive = false;
|
exclusive = false;
|
||||||
@ -297,6 +302,7 @@ in
|
|||||||
width = SCREEN_WIDTH - 10;
|
width = SCREEN_WIDTH - 10;
|
||||||
modules-left = [ "network" ];
|
modules-left = [ "network" ];
|
||||||
modules-right = [ "custom/weather" ];
|
modules-right = [ "custom/weather" ];
|
||||||
|
modules-center = [];
|
||||||
"network" = {
|
"network" = {
|
||||||
interface = "enp42s0";
|
interface = "enp42s0";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user