mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
modified status bar & start offlineimap
This commit is contained in:
parent
afc862a7ac
commit
7e168023ab
@ -81,22 +81,31 @@ bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
position top
|
position top
|
||||||
status_command ~/.config/i3/bumblebee-status/bumblebee-status -m mpd pasink pasource brightness battery nic pacman disk load sensors datetime caffeine -p datetime.format="%Y-%m-%d %H:%M:%S" nic.states=^down nic.exclude=br,lo,docker0 disk.path=/home -t solarized-powerline
|
status_command bumblebee-status -m mpd pasink pasource brightness battery nic pacman disk load sensors datetime caffeine -p datetime.format="%Y-%m-%d %H:%M:%S" nic.states=^down nic.exclude=br,lo,docker0 disk.path=/home disk.open="termite -e ranger" -t solarized-powerline
|
||||||
}
|
}
|
||||||
|
|
||||||
# Startup programs
|
# Startup programs
|
||||||
exec_always --no-startup-id xrandr --dpi 150
|
exec_always --no-startup-id xrandr --dpi 150
|
||||||
|
exec_always --no-startup-id compton -b
|
||||||
exec_always --no-startup-id dunst
|
exec_always --no-startup-id dunst
|
||||||
|
exec_always --no-startup-id feh --bg-scale ~/.config/wall.png
|
||||||
|
|
||||||
exec --no-startup-id pulseaudio
|
exec --no-startup-id pulseaudio
|
||||||
exec --no-startup-id pasystray
|
exec --no-startup-id pasystray
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec --no-startup-id xautolock -time 10 -locker "i3lock-fancy"
|
exec --no-startup-id xautolock -time 10 -locker "i3lock-fancy"
|
||||||
|
exec --no-startup-id offlineimap
|
||||||
|
|
||||||
exec google-chrome-stable
|
exec google-chrome-stable
|
||||||
exec urxvt -name weechat -e weechat
|
exec urxvt -name weechat -e weechat
|
||||||
|
|
||||||
|
# Start dropdown shell
|
||||||
|
exec --no-startup-id i3-sensible-terminal --name=dropdown -e tmux
|
||||||
|
for_window [instance="dropdown"] floating enable;
|
||||||
|
for_window [instance="dropdown"] move scratchpad; [instance="dropdown"] scratchpad show; move scratchpad
|
||||||
|
bindsym $mod+u [instance="dropdown"] scratchpad show
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec i3-sensible-terminal
|
||||||
bindsym $mod+shift+Return exec i3-sensible-terminal -e tmux
|
bindsym $mod+shift+Return exec i3-sensible-terminal -e tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user