1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-01 11:57:18 -05:00
parent 173f3546c6
commit faa2a80443
4 changed files with 33 additions and 2 deletions

View file

@ -188,3 +188,28 @@ bindsym $mod+r mode "resize"
bar { bar {
status_command i3status status_command i3status
} }
## colors
# target title bg text indicator border
client.focused #b4befe #1e1e2e #cdd6f4 #f5e0dc #b4befe
client.focused_inactive #6c7086 #1e1e2e #cdd6f4 #f5e0dc #6c7086
client.unfocused #6c7086 #1e1e2e #cdd6f4 #f5e0dc #6c7086
client.urgent #fab387 #1e1e2e #fab387 #6c7086 #fab387
client.placeholder #6c7086 #1e1e2e #cdd6f4 #6c7086 #6c7086
client.background #1e1e2e
# bar
bar {
colors {
background #1e1e2e
statusline #cdd6f4
focused_statusline #cdd6f4
focused_separator #1e1e2e
# target border bg text
focused_workspace #1e1e2e #cba6f7 #11111b
active_workspace #1e1e2e #585b70 #cdd6f4
inactive_workspace #1e1e2e #1e1e2e #cdd6f4
urgent_workspace #1e1e2e #f38ba8 #11111b
}
}

View file

@ -11,10 +11,15 @@ in
home-manager.users.rae = { home-manager.users.rae = {
home = { home = {
stateVersion = "24.11"; stateVersion = "24.11";
sessionVariables = {
BROWSER = "firefox";
EDITOR = "hx";
TERM = "kitty";
};
file = { file = {
".background-image".source = ../assets/wallpapers/transmit.jpg; ".background-image".source = ../assets/wallpapers/transmit.jpg;
".twmrc".source = ../configs/.twmrc; ".twmrc".source = ../configs/twm;
".config/i3/config".source = ../configs/.i3config; ".config/i3/config".source = ../configs/i3;
}; };
}; };

View file

@ -84,6 +84,7 @@
gparted gparted
hyfetch hyfetch
imagemagick imagemagick
kitty
xclip xclip
yt-dlp yt-dlp
# text editors # text editors