Compare commits

...

2 Commits

Author SHA1 Message Date
deadvey
a0d4ed294a 2024-12-15 02:04 : id 524 2024-12-15 02:04:44 +00:00
deadvey
fe49614085 2024-12-14 22:16 : id 521 2024-12-14 22:17:04 +00:00
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{config, pkgs, lib, ... }:
let
# Theme/Mode
THEME = "gruvbox";
THEME = "solarized";
MODE = "dark";
# Colours
@ -78,13 +78,11 @@ in
tor-browser
transmission_4-gtk
waybar
weather
wttrbar
unzip
w3m
wl-clipboard
wpaperd
vimb
zip
];
# Required for Hyprpicker to work
pointerCursor = {
@ -326,7 +324,7 @@ in
width = SCREEN_WIDTH - 10;
modules-left = [ "cpu" "memory" "disk" ];
modules-center = ["custom/clock"];
modules-right = ["custom/caway"];
modules-right = [];
"custom/clock" = {
format = " {} ";
exec = "bash /home/deadvey/Code/git/time-to-metrictime-converter/time.sh --hex";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB