summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-07 17:05:47 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-07 17:05:47 -0500
commita7b8531ccd665a74c2a5c37e1befb55193bb3f9e (patch)
treef87df040f9f93f68323b1fa43b89de33a8bad06f /hosts
parent4849fc6e811f9aaa02a63d102f60d356365cd2bb (diff)
downloaddotfiles-a7b8531ccd665a74c2a5c37e1befb55193bb3f9e.tar.gz
dotfiles-a7b8531ccd665a74c2a5c37e1befb55193bb3f9e.tar.bz2
dotfiles-a7b8531ccd665a74c2a5c37e1befb55193bb3f9e.zip
Add new years theme
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sofue/configuration.nix12
-rw-r--r--hosts/yashinoki/configuration.nix2
2 files changed, 6 insertions, 8 deletions
diff --git a/hosts/sofue/configuration.nix b/hosts/sofue/configuration.nix
index 7c7ecc7..a9ea990 100644
--- a/hosts/sofue/configuration.nix
+++ b/hosts/sofue/configuration.nix
@@ -44,13 +44,13 @@ in rec {
size = ui-font.size;
baseline = 0;
};
- scheme = import ../../themes/shipgirl_christmas/shipgirl_christmas.nix;
+ scheme = import ../../themes/miia_new_years_2025/miia.nix;
starter = {
- picture = ../../themes/shipgirl_christmas/splash.png;
- width = 41;
+ picture = ../../themes/miia_new_years_2025/splash.png;
+ width = 50;
padding = {
- top = -4;
- left = -4;
+ top = -5;
+ left = -11;
text = 0;
};
position = "left";
@@ -218,7 +218,7 @@ in rec {
"${mod4}+r" = "exec swaymsg -- output ${s.monitors.monitor1} transform 90";
"${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/shipgirl_christmas/wallpaper.png} fill";
+ "${mod4}+F2" = "exec swaymsg -- output ${s.monitors.monitor1} bg ${../../themes/miia_new_years_2025/wallpaper.png} fill";
#"${mod4}+F1" = "exec printf '||' > $HOME/.config/taro/${s.monitors.monitor1}/selection";
#"${mod4}+F2" = "exec printf '||' > $HOME/.config/taro/${s.monitors.monitor1}/selection";
"Pause" = "exec $HOME/c/camu/scripts/cmv_add.sh PAUSE";
diff --git a/hosts/yashinoki/configuration.nix b/hosts/yashinoki/configuration.nix
index c7a30b0..d2606e4 100644
--- a/hosts/yashinoki/configuration.nix
+++ b/hosts/yashinoki/configuration.nix
@@ -44,9 +44,7 @@ in {
starter = {
picture = ../../themes/zelda_summer/splash_alt.png;
width = 38;
- #width = 40;
padding = { top = -1; left = -9; text = 0; };
- #padding = { top = -6; left = 0; text = 0; };
position = "left";
footer = "Thinking about the next power move.\\n - Soulja Boy, 2014";
footer_offset = 1;