diff options
Diffstat (limited to 'hosts/yashinoki')
| -rw-r--r-- | hosts/yashinoki/configuration.nix | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/hosts/yashinoki/configuration.nix b/hosts/yashinoki/configuration.nix index d2606e4..86d9d8b 100644 --- a/hosts/yashinoki/configuration.nix +++ b/hosts/yashinoki/configuration.nix @@ -26,9 +26,9 @@ in { local = rec { font = { - name = "Comic Code"; - size = 13; - baseline = -2; + name = "Dina"; + size = 14; + baseline = 0; }; ui-font = { name = "M+ 2p"; @@ -40,14 +40,14 @@ in { size = ui-font.size; baseline = 0; }; - scheme = import ../../themes/zelda_summer/zelda_summer.nix; + scheme = import ../../themes/year_of_snake/snake.nix; starter = { - picture = ../../themes/zelda_summer/splash_alt.png; - width = 38; - padding = { top = -1; left = -9; text = 0; }; + picture = ../../themes/year_of_snake/splash.png; + width = 64; + padding = { top = -2; left = -6; text = 0; }; position = "left"; - footer = "Thinking about the next power move.\\n - Soulja Boy, 2014"; - footer_offset = 1; + footer = ""; + footer_offset = 0; }; monitors = { monitor1 = "eDP-1"; @@ -158,7 +158,7 @@ in { render_bit_depth = "10"; adaptive_sync = "on"; scale = "2"; - bg = "${../../themes/zelda_summer/wallpaper1.png} fit"; + bg = "${../../themes/year_of_snake/wallpaper.png} fit"; }; }; workspaceOutputAssign = [ @@ -185,8 +185,7 @@ in { "${mod4}+r" = "exec swaymsg -- output ${s.monitors.monitor1} transform 270"; "${mod4}+Shift+r" = "exec swaymsg -- output ${s.monitors.monitor1} transform 0"; "${mod4}+F1" = "exec swaymsg -- output ${s.monitors.monitor1} bg \\#${s.scheme.background-alt} solid_color"; - "${mod4}+F2" = "exec swaymsg -- output ${s.monitors.monitor1} bg ${../../themes/zelda_summer/wallpaper1.png} fill"; - "${mod4}+F3" = "exec swaymsg -- output ${s.monitors.monitor1} bg ${../../themes/zelda_summer/wallpaper_alt1.png} fill"; + "${mod4}+F2" = "exec swaymsg -- output ${s.monitors.monitor1} bg ${../../themes/year_of_snake/wallpaper.png} fill"; }; }; }; |