minor changes to display layout
This commit is contained in:
parent
cd35b18e07
commit
871d9953cf
@ -1,8 +1,8 @@
|
||||
include base.conf
|
||||
|
||||
# binding workspaces
|
||||
workspace 1 output DP-2
|
||||
workspace 2 output DP-0
|
||||
workspace 1 output DP-0
|
||||
workspace 2 output DP-2
|
||||
|
||||
# poly bar
|
||||
exec_always --no-startup-id polybar-launch.sh desktop-bar
|
||||
|
@ -49,7 +49,7 @@ height = 24pt
|
||||
modules-left = xworkspaces focus-fast spotify spotify-len
|
||||
;modules-left = xworkspaces spotify spotify-len
|
||||
modules-center = weather-desktop
|
||||
modules-right = pulseaudio memory cpu temperature eth vpn dev-bat packages seafile calendar-sync bg-selector quotes date powermenu
|
||||
modules-right = pulseaudio memory cpu temperature wlan eth vpn dev-bat packages seafile calendar-sync bg-selector quotes date powermenu
|
||||
|
||||
[bar/work-bar]
|
||||
; desktop bar config
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -129,3 +129,6 @@ alias gadd="git add ."
|
||||
alias gbug="git add . && git commit -m 'bug fixes'"
|
||||
alias gp="git push"
|
||||
alias glog="git log --pretty --oneline --graph --all --decorate"
|
||||
|
||||
# copying with progress
|
||||
alias cpr="rsync -r -hh --info=stats1,progress2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user