diff --git a/.config/i3/config b/.config/i3/config index 833f05d..dd6084e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -83,7 +83,7 @@ bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml bindsym $mod+Home exec "autorandr -c" # toggle polybar -bindsym $mod+Shift+f exec "polybar-msg cmd toggle && sleep 5 && polybar-msg cmd hide" +bindsym $mod+Shift+f exec "polybar-msg cmd toggle" # make screenshot bindsym $mod+Print exec "flameshot full -c" diff --git a/.config/polybar/config.ini##class.arch_desktop b/.config/polybar/config.ini##class.arch_desktop index 65edd01..3eb23b3 100644 --- a/.config/polybar/config.ini##class.arch_desktop +++ b/.config/polybar/config.ini##class.arch_desktop @@ -162,7 +162,7 @@ font-2 = "xos4 Terminus:size=12;1" modules-left = cpu cpu_temp memory filesystem modules-center = title -modules-right = pulseaudio mic_status network public_ip battery date +modules-right = pulseaudio mic_status network public_ip date ; The separator will be inserted between the output of each module separator = @@ -311,14 +311,14 @@ compositing-underline = over compositing-border = over ; Define fallback values used by all module formats -format-foreground = -format-background = -format-underline = -format-overline = -format-spacing = -format-padding = -format-margin = -format-offset = +#format-foreground = +#format-background = +#format-underline = +#format-overline = +#format-spacing = +#format-padding = +#format-margin = +#format-offset = ; Enables pseudo-transparency for the bar ; If set to true the bar can be transparent without a compositor. diff --git a/.config/polybar/modules.ini##class.arch_desktop b/.config/polybar/modules.ini##class.arch_desktop index 7a16768..e2526ec 100644 --- a/.config/polybar/modules.ini##class.arch_desktop +++ b/.config/polybar/modules.ini##class.arch_desktop @@ -783,7 +783,7 @@ interface = wlp5s0 ; Normal Module [module/network] type = internal/network -interface = wlan0 +interface = wlp5s0 click-left = nm-connection-editor ; Seconds to sleep between updates diff --git a/.setup/packages/base.list b/.setup/packages/base.list index d3f1c8a..845d3a5 100644 --- a/.setup/packages/base.list +++ b/.setup/packages/base.list @@ -22,3 +22,4 @@ avahi python-pip man-db fcron +linux-headers diff --git a/.setup/packages/desktop_tools.list b/.setup/packages/desktop_tools.list index 02d687f..4737ebc 100644 --- a/.setup/packages/desktop_tools.list +++ b/.setup/packages/desktop_tools.list @@ -33,6 +33,7 @@ evince okular pamixer xbindkeys +xorg-xmodmap dunst ksysguard xorg-xsetroot diff --git a/.xprofile##class.arch_desktop b/.xprofile##class.arch_desktop index a2e0748..f695cd7 100644 --- a/.xprofile##class.arch_desktop +++ b/.xprofile##class.arch_desktop @@ -10,3 +10,6 @@ xset -dpms & xsetroot -solid black & numlockx on & + +[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap & +systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &