White Theme and vim Wordbook
This commit is contained in:
@@ -1,37 +1,37 @@
|
||||
! special
|
||||
*.foreground: #f8f8f2
|
||||
*.background: #272822
|
||||
*.cursorColor: #f8f8f2
|
||||
*.foreground: #444444
|
||||
*.background: #eeeeee
|
||||
*.cursorColor: #444444
|
||||
|
||||
! black
|
||||
*.color0: #272822
|
||||
*.color8: #75715e
|
||||
*.color0: #eeeeee
|
||||
*.color8: #bcbcbc
|
||||
|
||||
! red
|
||||
*.color1: #f92672
|
||||
*.color9: #f92672
|
||||
*.color1: #af0000
|
||||
*.color9: #d70000
|
||||
|
||||
! green
|
||||
*.color2: #a6e22e
|
||||
*.color10: #a6e22e
|
||||
*.color2: #008700
|
||||
*.color10: #d70087
|
||||
|
||||
! yellow
|
||||
*.color3: #f4bf75
|
||||
*.color11: #f4bf75
|
||||
*.color3: #5f8700
|
||||
*.color11: #8700af
|
||||
|
||||
! blue
|
||||
*.color4: #66d9ef
|
||||
*.color12: #66d9ef
|
||||
*.color4: #0087af
|
||||
*.color12: #d75f00
|
||||
|
||||
! magenta
|
||||
*.color5: #ae81ff
|
||||
*.color13: #ae81ff
|
||||
*.color5: #878787
|
||||
*.color13: #d75f00
|
||||
|
||||
! cyan
|
||||
*.color6: #a1efe4
|
||||
*.color14: #a1efe4
|
||||
*.color6: #005f87
|
||||
*.color14: #005faf
|
||||
|
||||
! white
|
||||
*.color7: #f8f8f2
|
||||
*.color15: #f9f8f5
|
||||
*.color7: #444444
|
||||
*.color15: #005f87
|
||||
|
||||
|
||||
@@ -92,8 +92,9 @@ for_window [class="(?i)virtualbox"] floating enable border normal
|
||||
for_window [title="KeePassX$"] floating enable border normal
|
||||
for_window [title="Eddie - Settings"] floating enable border normal
|
||||
for_window [class="^Thunderbird$" title="^.*Event:"] floating enable
|
||||
for_window [title="(?i)termite"] border pixel 3
|
||||
for_window [title="(?i)ranger"] border pixel 3
|
||||
|
||||
# Give boarder to terminal windows
|
||||
for_window [class="(?i)termite"] border pixel 3
|
||||
|
||||
# switch to workspace with urgent window automatically
|
||||
for_window [urgent=latest] focus
|
||||
@@ -121,7 +122,7 @@ for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"
|
||||
###############################################################################
|
||||
|
||||
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:swapcaps
|
||||
exec --no-startup-id feh --bg-scale ~/Pictures/Iroh-at-Tree.png; compton -b
|
||||
exec --no-startup-id /home/tuan/.fehbg; compton -b
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id emacs --daemon
|
||||
exec --no-startup-id udiskie
|
||||
@@ -161,8 +162,8 @@ bindsym XF86AudioNext exec "playerctl next; cmus-remote -n"
|
||||
bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r"
|
||||
|
||||
# Application Shortcuts
|
||||
bindsym $mod+b exec env GTK_THEME=Materia:dark firefox
|
||||
bindsym $mod+e exec source ~/.zshrc && termite -e 'ranger'
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+e exec termite -e ranger
|
||||
bindsym $mod+m exec thunderbird
|
||||
|
||||
bindsym Print exec --no-startup-id scrot
|
||||
@@ -205,10 +206,11 @@ bindsym $mod+Shift+minus move scratchpad
|
||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
bindsym $mod+Alt+v exec ~/.vim-anywhere/bin/run
|
||||
#navigate workspaces next / previous
|
||||
bindsym $mod+Ctrl+semicolon workspace next
|
||||
bindsym $mod+Ctrl+j workspace prev
|
||||
# bindsym Alt+Tab workspace next
|
||||
|
||||
# restart/exit i3
|
||||
bindsym $mod+Shift+r restart
|
||||
|
||||
@@ -165,11 +165,11 @@ format = <label-state>
|
||||
|
||||
label-mode = %mode%
|
||||
label-mode-padding = 2
|
||||
label-mode-background = #e60053
|
||||
label-mode-background = ${colors.black}
|
||||
|
||||
label-focused = %name%
|
||||
label-focused-foreground = ${colors.white}
|
||||
label-focused-background = #566268
|
||||
label-focused-foreground = ${colors.foreground}
|
||||
label-focused-background = ${colors.background}
|
||||
label-focused-underline = ${colors.blue}
|
||||
label-focused-padding = 4
|
||||
|
||||
@@ -215,7 +215,7 @@ format-disconnected =
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
interval = 5
|
||||
interval = 1
|
||||
|
||||
date =
|
||||
date-alt = " %Y-%m-%d"
|
||||
@@ -323,9 +323,7 @@ animation-charging-framerate = 750
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
||||
expand-right = true
|
||||
|
||||
format-spacing = 1
|
||||
|
||||
label-open =
|
||||
|
||||
Reference in New Issue
Block a user