diff options
Diffstat (limited to '.config/sway/grandmaster4000.conf')
| -rw-r--r-- | .config/sway/grandmaster4000.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/sway/grandmaster4000.conf b/.config/sway/grandmaster4000.conf new file mode 100644 index 0000000..d9d6ff9 --- /dev/null +++ b/.config/sway/grandmaster4000.conf @@ -0,0 +1,19 @@ +output DP-3 resolution 2560x1440 position 0,593 +output DP-2 resolution 2560x1440 position 2560,593 +output HDMI-A-1 resolution 2560x1440 position 5120,0 transform 90 + +bar { + status_command i3status-rs ~/.config/i3status-rust/grandmaster4000.toml + font pango:Iosevka Nerd Font 10 + position top + colors { + background #24283b + + focused_workspace #24283b #c0caf5 #24283b + active_workspace #24283b #24283b #c0caf5 + inactive_workspace #24283b #24283b #888888 + urgent_workspace #2f343a #900000 #ffffff + binding_mode #2f343a #900000 #ffffff + } +} + |
