diff --git a/conf/sway/config.d/i3-selenized-dark.conf b/conf/sway/config.d/i3-selenized-dark.conf new file mode 100644 index 00000000..13b81019 --- /dev/null +++ b/conf/sway/config.d/i3-selenized-dark.conf @@ -0,0 +1,52 @@ +# https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3-selenized-dark.conf +# Selenized dark colorscheme for i3 +# This must go in your i3 config + +set $bg #103c48 +set $black #184956 +set $br_black #2d5b69 +set $white #72898f +set $fg #adbcbc +set $br_white #cad8d9 + +set $red #fa5750 +set $green #75b938 +set $yellow #dbb32d +set $blue #4695f7 +set $magenta #f275be +set $cyan #41c7b9 +set $orange #ed8649 +set $violet #af88eb + +set $br_red #ff665c +set $br_green #84c747 +set $br_yellow #ebc13d +set $br_blue #58a3ff +set $br_magenta #ff84cd +set $br_cyan #53d6c7 +set $br_orange #fd9456 +set $br_violet #bd96fa + +# Start i3bar to display a workspace bar (plus the system information i3status +# finds out, if available) +#bar { +# font pango:DejaVu Sans Mono 10 + #mode hide +# status_command i3status --config ~/.config/i3/i3status.conf + +# colors { +# separator $blue +# background $bg +# statusline $br_white +# focused_workspace $green $green $bg +# active_workspace $cyan $blue $black +# inactive_workspace $black $black $fg +# urgent_workspace $yellow $yellow $black +# } +#} + +# clientclass border backgr. text indicator +client.focused $green $green $black $blue +client.focused_inactive $cyan $cyan $black $violet +client.unfocused $black $black $fg $white +client.urgent $yellow $yellow $black $orange diff --git a/conf/sway/config.d/swaybar.conf b/conf/sway/config.d/swaybar.conf new file mode 100644 index 00000000..489aa419 --- /dev/null +++ b/conf/sway/config.d/swaybar.conf @@ -0,0 +1,21 @@ +# Uncommented sections come from i3-selenized-dark.conf +# +# Status Bar: +# +# Read `man 5 sway-bar` for more information about this section. +bar { + position top + + # When the status_command prints a new line to stdout, swaybar updates. + # The default just shows the current date and time. + status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done + + colors { + #statusline #ffffff + statusline $br_white + #background #323232 + background $bg + #inactive_workspace #32323200 #32323200 #5c5c5c + inactive_workspace $black $black $fg + } +}