Sync laptop
This commit is contained in:
@@ -37,11 +37,6 @@ bindsym $mod+Shift+j move down
|
||||
bindsym $mod+Shift+k move up
|
||||
bindsym $mod+Shift+l move right
|
||||
|
||||
bindsym $mod+Ctrl+l resize grow width 10 px
|
||||
bindsym $mod+Ctrl+h resize shrink width 10 px
|
||||
bindsym $mod+Ctrl+j resize shrink height 10 px
|
||||
bindsym $mod+Ctrl+k resize grow height 10 px
|
||||
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
bindsym $mod+f fullscreen toggle
|
||||
@@ -148,8 +143,8 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
|
||||
# ============================== Monitor
|
||||
workspace $ws1 output left
|
||||
workspace $ws10 output right
|
||||
workspace $ws1 output right
|
||||
workspace $ws10 output left
|
||||
|
||||
bindsym $mod+Ctrl+1 move workspace to output left
|
||||
bindsym $mod+Ctrl+2 move workspace to output right
|
||||
@@ -157,6 +152,9 @@ bindsym $mod+Ctrl+2 move workspace to output right
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
|
||||
bindsym $mod+Ctrl+h move workspace to output left
|
||||
bindsym $mod+Ctrl+l move workspace to output right
|
||||
|
||||
# ============================== Design
|
||||
# Remove title
|
||||
new_window 1pixel
|
||||
|
||||
@@ -15,7 +15,6 @@ font-3 = "Wuncon Siji:size=7;1"
|
||||
|
||||
height = 27px
|
||||
width = 100%
|
||||
|
||||
module-margin-right = 1
|
||||
module-margin-left = 1
|
||||
|
||||
@@ -40,7 +39,7 @@ wm-restack = i3
|
||||
[bar/desktop]
|
||||
inherit = bar/laptop
|
||||
|
||||
modules-right = update_yay networkupdown volume date
|
||||
modules-right = update_yay volume date
|
||||
|
||||
[bar/desktop_second]
|
||||
inherit = bar/desktop
|
||||
@@ -93,7 +92,7 @@ label-maxlen = 100
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
date = %a, %d %H:%M
|
||||
date = %a, %d.%m %H:%M
|
||||
|
||||
[module/backlight]
|
||||
type = internal/backlight
|
||||
@@ -168,8 +167,8 @@ label-connected = %upspeed% %downspeed%
|
||||
[module/update_yay]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/yay_updates.sh
|
||||
format-prefix = " "
|
||||
click-left = alacritty -e yay -Syu
|
||||
tail = true
|
||||
format-prefix = " "
|
||||
interval = 60
|
||||
|
||||
[module/spotify]
|
||||
|
||||
Reference in New Issue
Block a user