Fix polybar not starting
This commit is contained in:
@@ -154,4 +154,4 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
|
|||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||||
|
|
||||||
# ============================== Startup
|
# ============================== Startup
|
||||||
#exec ~/scripts/run_on_startup.sh
|
exec ~/scripts/polybar.sh
|
||||||
|
|||||||
@@ -36,9 +36,6 @@ dunst &
|
|||||||
picom &
|
picom &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
||||||
# launch bar
|
|
||||||
$HOME/scripts/polybar.sh
|
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
||||||
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# options to be displayed
|
|
||||||
option0=" Lock"
|
|
||||||
option1=" Logout"
|
|
||||||
option2=" Reboot"
|
|
||||||
option3=" Shutdown"
|
|
||||||
|
|
||||||
# options passed into variable
|
|
||||||
options="$option0\n$option1\n$option2\n$option3"
|
|
||||||
|
|
||||||
chosen="$(echo -e "$options" | rofi -lines 8 -dmenu -p "")"
|
|
||||||
|
|
||||||
case $chosen in
|
|
||||||
$option0)
|
|
||||||
~/scripts/lock-laptop;;
|
|
||||||
$option1)
|
|
||||||
i3-msg exit;;
|
|
||||||
$option2)
|
|
||||||
systemctl reboot;;
|
|
||||||
$option3)
|
|
||||||
systemctl poweroff;;
|
|
||||||
esac
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# set keyboard layout
|
|
||||||
setxkbmap -layout za
|
|
||||||
|
|
||||||
# start programs
|
|
||||||
fcitx -d &
|
|
||||||
nextcloud &
|
|
||||||
dunst &
|
|
||||||
picom &
|
|
||||||
nm-applet &
|
|
||||||
|
|
||||||
# adjust screens on nazarick
|
|
||||||
$HOME/scripts/fix_screens.sh
|
|
||||||
|
|
||||||
# launch polybar
|
|
||||||
$HOME/scripts/polybar.sh &
|
|
||||||
|
|
||||||
# wallpaper
|
|
||||||
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
|
|
||||||
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &
|
|
||||||
Reference in New Issue
Block a user