From 5654026c71862881728a04e709007b5f3006becb Mon Sep 17 00:00:00 2001 From: klg Date: Mon, 2 Mar 2020 08:15:22 +0100 Subject: [PATCH 01/11] Update status bar config --- config | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/config b/config index fc61b76..a448369 100644 --- a/config +++ b/config @@ -94,9 +94,28 @@ bindsym Up resize shrink height 10 px or 10 ppt } bar { - position top - status_command i3status --config ~/.config/i3/i3status.conf - } + + font pango:monospace 8 + mode dock + hidden_state hide + position top + status_command /home/konrad/opt/i3status-rust/target/release/i3status-rs + i3bar_command i3bar + workspace_buttons yes + strip_workspace_numbers no + tray_output primary + colors { + background #2b303b + statusline #dcdcdc + separator #666666 + focused_workspace #421304 #dd9815 #421304 + active_workspace #333333 #5f676a #ffffff + inactive_workspace #333333 #2b303b #888888 + urgent_workspace #d62246 #ef476f #d4f4dd + binding_mode #2f343a #900000 #ffffff + } + font pango:monospace 9 +} From 783c6e0eef3ae59b01638b3fdf7f99ec14cc1f06 Mon Sep 17 00:00:00 2001 From: klg Date: Mon, 2 Mar 2020 10:36:13 +0100 Subject: [PATCH 02/11] stuff --- i3status-rs-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index 815fc47..53a5588 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -54,4 +54,4 @@ block = "keyboard_layout" [[block]] block = "time" interval = 60 -format = "%a %d.%m.%Y %R" +format = "%a %Y-%m-%d %R" From 8e3a7b7f74888fd859956d5131df37796254acfc Mon Sep 17 00:00:00 2001 From: klg Date: Tue, 17 Mar 2020 10:10:38 +0100 Subject: [PATCH 03/11] add battery --- i3status-rs-config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index 53a5588..58527bf 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -48,6 +48,11 @@ alert = 10.0 [[block]] block = "sound" +[[block]] +block = "battery" +driver = "upower" +format = "{percentage}% {time}" + [[block]] block = "keyboard_layout" From 06c842eb31437e06c42b9eee1cc42702bae5c84c Mon Sep 17 00:00:00 2001 From: klg Date: Tue, 17 Mar 2020 15:00:21 +0100 Subject: [PATCH 04/11] set teams notifications floating --- config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config b/config index a448369..b22c5da 100644 --- a/config +++ b/config @@ -118,7 +118,11 @@ bar { } - +# Fix notifications for Microsoft teams +for_window [title="Microsoft Teams Notification" class="microsoft teams - preview"] floating enable +for_window [title="Microsoft Teams Notification" class="Microsoft Teams - Preview"] floating enable +for_window [title="Microsoft Teams-Benachrichtigung" class="microsoft teams - preview"] floating enable +for_window [title="Microsoft Teams-Benachrichtigung" class="Microsoft Teams - Preview"] floating enable exec xrandr --output VGA-0 --auto --left-of HDMI-0 From 562d64989c28cb0999675cdcbe06acff89b27bff Mon Sep 17 00:00:00 2001 From: klg Date: Mon, 23 Mar 2020 12:47:38 +0100 Subject: [PATCH 05/11] change background --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index b22c5da..b21d04e 100644 --- a/config +++ b/config @@ -128,7 +128,7 @@ exec xrandr --output VGA-0 --auto --left-of HDMI-0 exec_always --no-startup-id systemctl --user restart polybar -exec feh --bg-fill ~/Bilder/Wallpaper/howie-mapson-_iP_WZsapcY-unsplash.jpg +exec feh --bg-fill ~/Bilder/Wallpaper/pietro-de-grandi-6U4wogjLArk-unsplash.jpg exec_always --no-startup-id setxkbmap -layout de From 95043348225a7d88adbca63e49b1962567038f82 Mon Sep 17 00:00:00 2001 From: klg Date: Tue, 15 Sep 2020 13:54:19 +0200 Subject: [PATCH 06/11] rofi --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index b21d04e..1109690 100644 --- a/config +++ b/config @@ -57,7 +57,7 @@ bindsym Mod4+Shift+s exec --no-startup-id systemctl poweroff bindsym Mod4+Shift+space floating toggle bindsym Mod4+Tab workspace next bindsym Mod4+Up focus up -bindsym Mod4+d exec /usr/bin/dmenu_run +bindsym Mod4+d exec /usr/bin/rofi -show drun bindsym Mod4+e layout toggle split bindsym Mod4+f fullscreen toggle bindsym Mod4+h split h From 9eee3750b6f00b4e351f21edd0a5f0fc59ab0d4b Mon Sep 17 00:00:00 2001 From: klg Date: Tue, 15 Sep 2020 13:55:28 +0200 Subject: [PATCH 07/11] autorandr --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 1109690..38f3025 100644 --- a/config +++ b/config @@ -138,3 +138,5 @@ exec_always --no-startup-id nm-applet exec_always ~/.config/i3/gnome-keyring.sh +exec_always --no-startup-id autorandr -c + From d8456e03f5f457f4db056ae13ac33273fa3c0630 Mon Sep 17 00:00:00 2001 From: klg Date: Thu, 24 Sep 2020 08:04:47 +0200 Subject: [PATCH 08/11] float all the things --- config | 8 ++++++-- i3status-rs-config.toml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config b/config index 38f3025..bada47b 100644 --- a/config +++ b/config @@ -68,13 +68,13 @@ bindsym Mod4+s layout stacking bindsym Mod4+space focus mode_toggle bindsym Mod4+v split v bindsym Mod4+w layout tabbed -bindsym XF86AudioLowerVolume exec amixer sset 'Master' 5%- +bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% bindsym XF86AudioMute exec amixer sset 'Master' toggle bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPause exec playerctl play-pause bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPrev exec playerctl previous -bindsym XF86AudioRaiseVolume exec amixer sset 'Master' 5%+ +bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% bindsym XF86MonBrightnessDown exec brightnessctl s 20%- bindsym XF86MonBrightnessUp exec brightnessctl s +20% @@ -123,6 +123,8 @@ for_window [title="Microsoft Teams Notification" class="microsoft teams - previe for_window [title="Microsoft Teams Notification" class="Microsoft Teams - Preview"] floating enable for_window [title="Microsoft Teams-Benachrichtigung" class="microsoft teams - preview"] floating enable for_window [title="Microsoft Teams-Benachrichtigung" class="Microsoft Teams - Preview"] floating enable +for_window [title="Taschenrechner"] floating enable +for_window [title="NoiseTorch"] floating enable exec xrandr --output VGA-0 --auto --left-of HDMI-0 @@ -140,3 +142,5 @@ exec_always ~/.config/i3/gnome-keyring.sh exec_always --no-startup-id autorandr -c +exec_always --no-startup-id gnome-keyring-daemon + diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index 58527bf..aaf4190 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -47,6 +47,7 @@ alert = 10.0 [[block]] block = "sound" +driver = "pulseaudio" [[block]] block = "battery" From ff4b3282c5a7d094f95f59a211725e3a7a5a3388 Mon Sep 17 00:00:00 2001 From: klg Date: Mon, 28 Sep 2020 11:15:40 +0200 Subject: [PATCH 09/11] Float all the things --- config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config b/config index bada47b..8c25900 100644 --- a/config +++ b/config @@ -125,12 +125,14 @@ for_window [title="Microsoft Teams-Benachrichtigung" class="microsoft teams - pr for_window [title="Microsoft Teams-Benachrichtigung" class="Microsoft Teams - Preview"] floating enable for_window [title="Taschenrechner"] floating enable for_window [title="NoiseTorch"] floating enable +for_window [title="win0"] floating enable +for_window [title="Erinnerungen"] floating enable exec xrandr --output VGA-0 --auto --left-of HDMI-0 exec_always --no-startup-id systemctl --user restart polybar -exec feh --bg-fill ~/Bilder/Wallpaper/pietro-de-grandi-6U4wogjLArk-unsplash.jpg +exec feh --bg-fill ~/Bilder/bg exec_always --no-startup-id setxkbmap -layout de From fdc676904c7a64ac54b50f0af9a3e270969c8c3a Mon Sep 17 00:00:00 2001 From: klg Date: Fri, 12 Feb 2021 09:30:49 +0100 Subject: [PATCH 10/11] =?UTF-8?q?keyva=C3=9FP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 8c25900..01f1975 100644 --- a/config +++ b/config @@ -28,7 +28,7 @@ bindsym Mod4+9 workspace 9 bindsym Mod4+Backspace scratchpad show bindsym Mod4+Down focus down bindsym Mod4+Left focus left -bindsym Mod4+Print exec spectacle --region +bindsym Mod4+Print exec shutter -s bindsym Mod4+Return exec i3-sensible-terminal bindsym Mod4+Right focus right bindsym Mod4+Shift+1 move container to workspace 1 From 4ed0ae50ee9eff8d4af49762c2e7110c720baa94 Mon Sep 17 00:00:00 2001 From: klg Date: Fri, 12 Feb 2021 09:42:26 +0100 Subject: [PATCH 11/11] Show seconds --- i3status-rs-config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index aaf4190..b6b2bff 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -59,5 +59,5 @@ block = "keyboard_layout" [[block]] block = "time" -interval = 60 -format = "%a %Y-%m-%d %R" +interval = 5 +format = "%a %Y-%m-%d %T"