diff --git a/gui/i3-desktop/config b/gui/i3-desktop/config index 84354e8..de9fc47 100644 --- a/gui/i3-desktop/config +++ b/gui/i3-desktop/config @@ -199,9 +199,9 @@ bindsym $mod+r mode "resize" #status_command # } -exec_always --no-startup-id picom-launch.sh desktop-bar +exec_always --no-startup-id picom-launch.sh # background exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg # poly bar -exec_always --no-startup-id polybar-launch.sh +exec_always --no-startup-id polybar-launch.sh desktop-bar diff --git a/gui/i3-desktop/wallpaper.jpg b/gui/i3-desktop/wallpaper.jpg index fc57684..6394a8d 120000 --- a/gui/i3-desktop/wallpaper.jpg +++ b/gui/i3-desktop/wallpaper.jpg @@ -1 +1 @@ -/home/keegan/.dotfiles/gui/wallpapers/pine_tree.jpg \ No newline at end of file +/home/spinach/.dotfiles/gui/wallpapers/pine_tree.jpg \ No newline at end of file diff --git a/gui/i3-thinkpad/config b/gui/i3-thinkpad/config index e80c4a0..d47bde8 100644 --- a/gui/i3-thinkpad/config +++ b/gui/i3-thinkpad/config @@ -197,9 +197,9 @@ bindsym $mod+r mode "resize" #status_command # } -exec_always --no-startup-id picom-launch.sh thinkpad-bar +exec_always --no-startup-id picom-launch.sh # background exec_always --no-startup-id feh --bg-scale ~/.config/i3/wallpaper.jpg # poly bar -exec_always --no-startup-id polybar-launch.sh +exec_always --no-startup-id polybar-launch.sh thinkpad-bar diff --git a/gui/polybar/config.ini b/gui/polybar/config.ini index f82c26f..3558cbf 100644 --- a/gui/polybar/config.ini +++ b/gui/polybar/config.ini @@ -18,8 +18,6 @@ separator = | separator-foreground = ${colors.disabled} module-margin = 1 padding = 2 -; for multi monitor -monitor = ${env:MONITOR:} ; places bar at the top bottom = false fixed-center = true @@ -38,7 +36,10 @@ modules-right = battery pulseaudio memory cpu wlan date [bar/desktop-bar] ; desktop bar config +inherit = section/base-bar +; height height = 24pt +; modules modules-left = xworkspaces xwindow-desktop modules-center = weather-desktop modules-right = pulseaudio memory cpu eth date