diff --git a/common/kitty/purple.conf b/common/kitty/purple.conf new file mode 100644 index 0000000..47b6434 --- /dev/null +++ b/common/kitty/purple.conf @@ -0,0 +1,57 @@ +# vim:ft=kitty + +## name: Wizzy Bright +## license: MIT +## author: erin +## upstream: https://github.com/erincerys/kitty-themes/blob/master/themes/wizzy-bright.conf +## blurb: A variant of Wryan for a certain special Lain + +background #100814 +selection_background #4d4d4d +cursor #9d9eca + +# a nearly imperceptible purple +#foreground #b2b8c4 +# alternate, deeper shades of purple +#foreground #8a8dae +foreground #9b9ebf +url_color #75c8c8 +selection_foreground #101010 + +# black +color0 #666666 +color8 #6f6f6f + +# red +color1 #bf7998 +color9 #cf7fb3 + +# green +color2 #5ba6a6 +color10 #75c8c8 + +# yellow +color3 #8d8daa +color11 #afafdc + +# blue +color4 #6c88a6 +color12 #7aade6 + +# magenta +color5 #8f79bf +color13 #af95e6 + +# cyan +color6 #6498bf +color14 #82b8df + +# white +color7 #abbec5 +color15 #bccfd4 + +# tab bar +active_tab_foreground #322a69 +active_tab_background #afafdc +inactive_tab_foreground #322a36 +inactive_tab_background #8d8daa \ No newline at end of file diff --git a/host/desktop/sway/config b/host/desktop/sway/config index b4bf3b6..c86fa7f 100644 --- a/host/desktop/sway/config +++ b/host/desktop/sway/config @@ -1,12 +1,14 @@ default_border pixel 1 exec swayidle -w timeout 300 'swaylock -f' timeout 330 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' -# whichever dell monitor is plugged in -output "Dell Inc. DELL U2720Q CWTM623" transform 270 scale 1.5 -output "Dell Inc. DELL U2720Q CWTM623" position -1440,200 +output "Samsung Electric Company SyncMaster H1AK500000" position 0,0 # whichever dell monitor is plugged in -output "Dell Inc. DELL U2720Q D3TM623" transform 270 scale 1.5 -output "Dell Inc. DELL U2720Q D3TM623" position -1440,200 +output "Dell Inc. DELL U2720Q CWTM623" transform 90 scale 1.5 +output "Dell Inc. DELL U2720Q CWTM623" position 3840,200 + +# whichever dell monitor is plugged in +output "Dell Inc. DELL U2720Q D3TM623" transform 90 scale 1.5 +output "Dell Inc. DELL U2720Q D3TM623" position 3840,200 exec firefox