workspaces behavior, alacritty color theme from pywal
This commit is contained in:
		| @@ -32,7 +32,7 @@ font: | ||||
|   size: 9.0 | ||||
|   offset: | ||||
|     x: 0 | ||||
|     y: 0 | ||||
|     y: 1 | ||||
|  | ||||
|  | ||||
| background_opacity: 0.9 | ||||
| @@ -65,55 +65,19 @@ colors: | ||||
|   primary: | ||||
|     background: '0x000000' | ||||
|     foreground: '0xeaeaea' | ||||
|    | ||||
|     background: "#0f0e09" | ||||
|     foreground: "#dbcdac" | ||||
|   cursor: | ||||
|     text: '0x000000' | ||||
|     cursor: '0xffffff' | ||||
|    | ||||
|       cursor: "#dbcdac"   | ||||
|   normal: | ||||
|     black:   '0x000000' | ||||
|     red:     '0xd54e53' | ||||
|     green:   '0xb9ca4a' | ||||
|     yellow:  '0xe6c547' | ||||
|     blue:    '0x7aa6da' | ||||
|     magenta: '0xc397d8' | ||||
|     cyan:    '0x70c0ba' | ||||
|     white:   '0xffffff' | ||||
|    | ||||
|   bright: | ||||
|     black:   '0x666666' | ||||
|     red:     '0xff3334' | ||||
|     green:   '0x9ec400' | ||||
|     yellow:  '0xe7c547' | ||||
|     blue:    '0x7aa6da' | ||||
|     magenta: '0xb77ee0' | ||||
|     cyan:    '0x54ced6' | ||||
|     white:   '0xffffff' | ||||
|    | ||||
|   # primary: | ||||
|   #   background: '0x0a1010' | ||||
|   #   foreground: '0xb6bcc4' | ||||
|   # cursor: | ||||
|   #   text:       '0x0a1010' | ||||
|   #   cursor:     '#074D40' | ||||
|   # normal: | ||||
|   #   black:      '0x0a1010' | ||||
|   #   red:        '0x4F374A' | ||||
|   #   green:      '0x085349' | ||||
|   #   yellow:     '0x096E4E' | ||||
|   #   blue:       '0x196C62' | ||||
|   #   magenta:    '0x298C55' | ||||
|   #   cyan:       '0x118D65' | ||||
|   #   white:      '0xb6bcc4' | ||||
|   # bright: | ||||
|   #   black:      '0x7f8389' | ||||
|   #   red:        '0x4F374A' | ||||
|   #   green:      '0x085349' | ||||
|   #   yellow:     '0x096E4E' | ||||
|   #   blue:       '0x196C62' | ||||
|   #   magenta:    '0x298C55' | ||||
|   #   cyan:       '0x118D65' | ||||
|   #   white:      '0xb6bcc4' | ||||
|     black: "#0f0e09" | ||||
|     red: "#6B5835" | ||||
|     green: "#324443" | ||||
|     yellow: "#746A46" | ||||
|     blue: "#8C552E" | ||||
|     magenta: "#89784D" | ||||
|     cyan: "#9F8D5E" | ||||
|     white: "#dbcdac" | ||||
|  | ||||
| # Mouse bindings | ||||
| # | ||||
|   | ||||
| @@ -200,6 +200,10 @@ exec_always --no-startup-id wal -R -n | ||||
| # gaps | ||||
| gaps inner 10 | ||||
|  | ||||
| # workspace settings | ||||
| workspace_auto_back_and_forth yes | ||||
| show_marks yes | ||||
|  | ||||
| # settings | ||||
| hide_edge_borders both | ||||
| for_window [class="^.*"] title_format "%title [%class]" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user