Sync laptop
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
+ Image-Viewer: viewnior
|
+ Image-Viewer: viewnior
|
||||||
+ Info: [fet.sh](https://github.com/6gk/fet.sh) and neofetch
|
+ Info: [fet.sh](https://github.com/6gk/fet.sh) and neofetch
|
||||||
+ Launcher: dmenu
|
+ Launcher: dmenu
|
||||||
+ Pdf-Viewer: epdfview
|
+ Pdf-Viewer: epdfview or zathura
|
||||||
+ Screenshots: Flameshot
|
+ Screenshots: Flameshot
|
||||||
+ Video-Player: vlc or mpv
|
+ Video-Player: vlc or mpv
|
||||||
|
|
||||||
|
|||||||
@@ -1,59 +1,48 @@
|
|||||||
#define S_base03 #002b36
|
! Base16 OneDark
|
||||||
#define S_base02 #073642
|
! Scheme: Lalit Magant (http://github.com/tilal6991)
|
||||||
#define S_base01 #586e75
|
|
||||||
#define S_base00 #657b83
|
|
||||||
#define S_base0 #839496
|
|
||||||
#define S_base1 #93a1a1
|
|
||||||
#define S_base2 #eee8d5
|
|
||||||
#define S_base3 #fdf6e3
|
|
||||||
|
|
||||||
*background: S_base03
|
#define base00 #282c34
|
||||||
*foreground: S_base0
|
#define base01 #353b45
|
||||||
*fadeColor: S_base03
|
#define base02 #3e4451
|
||||||
*cursorColor: S_base1
|
#define base03 #545862
|
||||||
*pointerColorBackground:S_base01
|
#define base04 #565c64
|
||||||
*pointerColorForeground:S_base1
|
#define base05 #abb2bf
|
||||||
|
#define base06 #b6bdca
|
||||||
|
#define base07 #c8ccd4
|
||||||
|
#define base08 #e06c75
|
||||||
|
#define base09 #d19a66
|
||||||
|
#define base0A #e5c07b
|
||||||
|
#define base0B #98c379
|
||||||
|
#define base0C #56b6c2
|
||||||
|
#define base0D #61afef
|
||||||
|
#define base0E #c678dd
|
||||||
|
#define base0F #be5046
|
||||||
|
|
||||||
#define S_yellow #b58900
|
*.foreground: base05
|
||||||
#define S_orange #cb4b16
|
#ifdef background_opacity
|
||||||
#define S_red #dc322f
|
*.background: [background_opacity]base00
|
||||||
#define S_magenta #d33682
|
#else
|
||||||
#define S_violet #6c71c4
|
*.background: base00
|
||||||
#define S_blue #268bd2
|
#endif
|
||||||
#define S_cyan #2aa198
|
*.cursorColor: base05
|
||||||
#define S_green #859900
|
|
||||||
|
|
||||||
!! black dark/light
|
*.color0: base00
|
||||||
*color0: S_base02
|
*.color1: base08
|
||||||
*color8: S_base03
|
*.color2: base0B
|
||||||
|
*.color3: base0A
|
||||||
|
*.color4: base0D
|
||||||
|
*.color5: base0E
|
||||||
|
*.color6: base0C
|
||||||
|
*.color7: base05
|
||||||
|
|
||||||
!! red dark/light
|
*.color8: base03
|
||||||
*color1: S_red
|
*.color9: base09
|
||||||
*color9: S_orange
|
*.color10: base01
|
||||||
|
*.color11: base02
|
||||||
!! green dark/light
|
*.color12: base04
|
||||||
*color2: S_green
|
*.color13: base06
|
||||||
*color10: S_base01
|
*.color14: base0F
|
||||||
|
*.color15: base07
|
||||||
!! yellow dark/light
|
|
||||||
*color3: S_yellow
|
|
||||||
*color11: S_base00
|
|
||||||
|
|
||||||
!! blue dark/light
|
|
||||||
*color4: S_blue
|
|
||||||
*color12: S_base0
|
|
||||||
|
|
||||||
!! magenta dark/light
|
|
||||||
*color5: S_magenta
|
|
||||||
*color13: S_violet
|
|
||||||
|
|
||||||
!! cyan dark/light
|
|
||||||
*color6: S_cyan
|
|
||||||
*color14: S_base1
|
|
||||||
|
|
||||||
!! white dark/light
|
|
||||||
*color7: S_base2
|
|
||||||
*color15: S_base3
|
|
||||||
|
|
||||||
!! Some extra xterm settings
|
!! Some extra xterm settings
|
||||||
! Font
|
! Font
|
||||||
|
|||||||
@@ -37,11 +37,6 @@ bindsym $mod+Shift+j move down
|
|||||||
bindsym $mod+Shift+k move up
|
bindsym $mod+Shift+k move up
|
||||||
bindsym $mod+Shift+l move right
|
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+Shift+q kill
|
||||||
|
|
||||||
bindsym $mod+f fullscreen toggle
|
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
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||||
|
|
||||||
# ============================== Monitor
|
# ============================== Monitor
|
||||||
workspace $ws1 output left
|
workspace $ws1 output right
|
||||||
workspace $ws10 output right
|
workspace $ws10 output left
|
||||||
|
|
||||||
bindsym $mod+Ctrl+1 move workspace to output left
|
bindsym $mod+Ctrl+1 move workspace to output left
|
||||||
bindsym $mod+Ctrl+2 move workspace to output right
|
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+Left move workspace to output left
|
||||||
bindsym $mod+Ctrl+Right move workspace to output right
|
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
|
# ============================== Design
|
||||||
# Remove title
|
# Remove title
|
||||||
new_window 1pixel
|
new_window 1pixel
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ font-3 = "Wuncon Siji:size=7;1"
|
|||||||
|
|
||||||
height = 27px
|
height = 27px
|
||||||
width = 100%
|
width = 100%
|
||||||
|
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
|
|
||||||
@@ -40,7 +39,7 @@ wm-restack = i3
|
|||||||
[bar/desktop]
|
[bar/desktop]
|
||||||
inherit = bar/laptop
|
inherit = bar/laptop
|
||||||
|
|
||||||
modules-right = update_yay networkupdown volume date
|
modules-right = update_yay volume date
|
||||||
|
|
||||||
[bar/desktop_second]
|
[bar/desktop_second]
|
||||||
inherit = bar/desktop
|
inherit = bar/desktop
|
||||||
@@ -93,7 +92,7 @@ label-maxlen = 100
|
|||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
date = %a, %d %H:%M
|
date = %a, %d.%m %H:%M
|
||||||
|
|
||||||
[module/backlight]
|
[module/backlight]
|
||||||
type = internal/backlight
|
type = internal/backlight
|
||||||
@@ -168,8 +167,8 @@ label-connected = %upspeed% %downspeed%
|
|||||||
[module/update_yay]
|
[module/update_yay]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/polybar/scripts/yay_updates.sh
|
exec = ~/.config/polybar/scripts/yay_updates.sh
|
||||||
format-prefix = " "
|
tail = true
|
||||||
click-left = alacritty -e yay -Syu
|
format-prefix = " "
|
||||||
interval = 60
|
interval = 60
|
||||||
|
|
||||||
[module/spotify]
|
[module/spotify]
|
||||||
|
|||||||
Reference in New Issue
Block a user