X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fsway%2Ffiles%2Fbarium;h=8949b79a50183157c84ec07924781775aa5eccc3;hb=2f4797ec81f1016b72e4655091237bd3cdbbfcb0;hp=e690189e2ffcfe00c09e3aa10143f88028e84b5f;hpb=3cd6b4b34d4c67a22eed2dc1db24e92b18f380e9;p=max%2Fsaltfiles.git diff --git a/states/sway/files/barium b/states/sway/files/barium index e690189..8949b79 100644 --- a/states/sway/files/barium +++ b/states/sway/files/barium @@ -1,7 +1,22 @@ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - id bar + id bar_left + position top + output "HDMI-A-1" + font pango:Liberation Mono 12 + colors { + background $black_super + focused_background $black + focused_workspace $black_super $yellow_super $black + active_workspace $black_super $blue_super $black + inactive_workspace $black_super $black_super $white_super + urgent_workspace $black $red_super $white + } +} + +bar { + id bar_external status_command ~/.local/bin/conky-i3bar position top output "eDP-1" @@ -16,17 +31,58 @@ bar { } } -output eDP-1 { +bar { + id bar_right + status_command ~/.local/bin/conky-i3bar + position top + output "DP-1" + font pango:Liberation Mono 12 + colors { + background $black_super + focused_background $black + focused_workspace $black_super $yellow_super $black + active_workspace $black_super $blue_super $black + inactive_workspace $black_super $black_super $white_super + urgent_workspace $black $red_super $white + } +} + + +output HDMI-A-1 { position 0 0 background ~/Pictures/background_1080_1.png fit } +output eDP-1 { + position 5000 0 + background ~/Pictures/background_1080_1.png fit + scale 1.15 +} +output DP-1 { + position 1920 0 + background ~/Pictures/background_1080_1.png fit +} + +workspace 1 output HDMI-A-1 +workspace 10 output eDP-1 +workspace 2 output DP-1 + +workspace $music output HDMI-A-1 +workspace $chat output HDMI-A-1 + +assign [class="music"] workspace $music + +exec "termite --class 'music' -e 'tmux'" + font pango:Liberation Mono 10 -input type:keyboard { +# The built in keyboard of barium +input 1:1:AT_Translated_Set_2_keyboard { xkb_layout gb xkb_variant colemak xkb_options ctrl:nocaps } + +exec dunst&