Compare commits
2 Commits
4ee87a001a
...
a0d4ed294a
Author | SHA1 | Date | |
---|---|---|---|
|
a0d4ed294a | ||
|
fe49614085 |
@ -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 |
Loading…
Reference in New Issue
Block a user