From 070c60db9eda141f6eba2689a5f443ad4dc6199c Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 20 Jan 2022 11:05:19 +0100 Subject: Switch from i3status to waybar --- .config/sway/config | 7 ++++--- .config/sway/setup | 2 +- .config/sway/setups/home_single | 14 -------------- 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 .config/sway/setups/home_single diff --git a/.config/sway/config b/.config/sway/config index 87894bc..a840449 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -214,9 +214,7 @@ bindsym $mod+r mode "resize" 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 i3status + swaybar_command waybar colors { statusline #ffffff @@ -235,4 +233,7 @@ bindsym $mod+i exec grim -g "$(slurp)" - | swappy -f - # toggle night mode (display blue filter) bindsym $mod+n exec pgrep gammastep && pkill gammastep || gammastep -O 4500 & +# enable numlock on startup +input * xkb_numlock enable + include /etc/sway/config.d/* diff --git a/.config/sway/setup b/.config/sway/setup index 3652e6a..bbc3121 120000 --- a/.config/sway/setup +++ b/.config/sway/setup @@ -1 +1 @@ -setups/home_single \ No newline at end of file +setups/home \ No newline at end of file diff --git a/.config/sway/setups/home_single b/.config/sway/setups/home_single deleted file mode 100644 index 1613df7..0000000 --- a/.config/sway/setups/home_single +++ /dev/null @@ -1,14 +0,0 @@ - -# The Monitor Setup I use at Home (only one monitor) - -# Use `swaymsg -t get_outputs` to list monitors - -# left monitor -output HDMI-A-2 resolution 1920x1080 position 0,0 -workspace 1 output HDMI-A-2 - -# right monitor -output DP-1 disable - -# lower monitor -output eDP-1 disable -- cgit v1.2.3-70-g09d2