diff --git a/home/modules/waybar/config/style.nix b/home/modules/waybar/config/style.nix index 59c13b8..122ba7e 100755 --- a/home/modules/waybar/config/style.nix +++ b/home/modules/waybar/config/style.nix @@ -20,10 +20,10 @@ font = font; font_size = "12px"; font_weight = "bold"; - # text_color = theme el.keyword; - # secondary_accent = theme el.link; - # tertiary_accent = theme el.operator; - # button_color = theme el.overlay2; + text_color = colours.mauve; # theme el.keyword; + secondary_accent = colours.mauve; # theme el.link; + tertiary_accent = colours.rosewater; # theme el.operator; + button_color = colours.mauve; # theme el.overlay2; background_1 = colours.base; background_2 = colours.crust; background_3 = colours.surface2; diff --git a/profiles/user0/files/justfile b/profiles/user0/files/justfile index aa4deda..748bc6e 100755 --- a/profiles/user0/files/justfile +++ b/profiles/user0/files/justfile @@ -8,4 +8,7 @@ rebuild: nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace elm: - cd ~/Files/Projects/website/frontend; elm-land server \ No newline at end of file + cd ~/Files/Projects/website/frontend; elm-land server + +server: + ssh 192.168.50.140