diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/i3/config | 20 | ||||
-rw-r--r-- | dot_config/xfce4/terminal/terminalrc | 16 |
2 files changed, 29 insertions, 7 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 10edb69..889a32a 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -492,6 +492,26 @@ bar { | |||
492 | } | 492 | } |
493 | } | 493 | } |
494 | 494 | ||
495 | bar { | ||
496 | font pango: Noto Sans Regular 12 | ||
497 | status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf | ||
498 | position bottom | ||
499 | output DP-3 | ||
500 | i3bar_command i3bar | ||
501 | tray_output primary | ||
502 | tray_padding 0 | ||
503 | strip_workspace_numbers no | ||
504 | |||
505 | colors { | ||
506 | separator $purple | ||
507 | background $darkgrey | ||
508 | statusline $white | ||
509 | focused_workspace $mediumgrey $grey $darkgrey $purple | ||
510 | active_workspace $lightblue $mediumgrey $darkgrey $purple | ||
511 | inactive_workspace $darkgrey $darkgrey $grey $purple | ||
512 | urgent_workspace $urgentred $urgentred $white $purple | ||
513 | } | ||
514 | } | ||
495 | # you can add different bars for multidisplay setups on each display: | 515 | # you can add different bars for multidisplay setups on each display: |
496 | # set output HDMI-0 to the display you want the bar, --transparency can be set. | 516 | # set output HDMI-0 to the display you want the bar, --transparency can be set. |
497 | # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: | 517 | # Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: |
diff --git a/dot_config/xfce4/terminal/terminalrc b/dot_config/xfce4/terminal/terminalrc index 62f54ea..f4d4abc 100644 --- a/dot_config/xfce4/terminal/terminalrc +++ b/dot_config/xfce4/terminal/terminalrc | |||
@@ -16,11 +16,9 @@ MiscTabCloseMiddleClick=TRUE | |||
16 | MiscTabPosition=GTK_POS_TOP | 16 | MiscTabPosition=GTK_POS_TOP |
17 | MiscHighlightUrls=TRUE | 17 | MiscHighlightUrls=TRUE |
18 | ScrollingLines=999999 | 18 | ScrollingLines=999999 |
19 | BackgroundDarkness=0.840000 | 19 | BackgroundDarkness=0.950000 |
20 | FontName=Source Code Pro 18 | 20 | FontName=Source Code Pro 18 |
21 | TitleMode=TERMINAL_TITLE_REPLACE | 21 | TitleMode=TERMINAL_TITLE_REPLACE |
22 | ColorForeground=#e3e3ea | ||
23 | ColorBackground=#08052b | ||
24 | MiscBellUrgent=FALSE | 22 | MiscBellUrgent=FALSE |
25 | MiscMouseWheelZoom=TRUE | 23 | MiscMouseWheelZoom=TRUE |
26 | MiscMiddleClickOpensUri=FALSE | 24 | MiscMiddleClickOpensUri=FALSE |
@@ -34,11 +32,15 @@ MiscSearchDialogOpacity=100 | |||
34 | MiscShowUnsafePasteDialog=TRUE | 32 | MiscShowUnsafePasteDialog=TRUE |
35 | MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU | 33 | MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU |
36 | ScrollingUnlimited=TRUE | 34 | ScrollingUnlimited=TRUE |
37 | ColorCursorForeground=#FFFFFF | 35 | ColorForeground=#e3e3ea |
36 | ColorBackground=#08052b | ||
37 | ColorPalette=rgb(8,5,43);rgb(255,127,127);rgb(127,63,191);rgb(204,57,128);rgb(127,186,255);rgb(127,63,191);rgb(127,127,255);rgb(205,204,219);rgb(127,186,255);rgb(255,127,127);rgb(153,153,204);rgb(255,127,127);rgb(127,127,255);rgb(127,63,191);rgb(127,127,255);rgb(227,227,234) | ||
38 | TabActivityColor=#47B35D | ||
38 | ColorCursor=#ff7f7f | 39 | ColorCursor=#ff7f7f |
39 | ColorCursorUseDefault=FALSE | ||
40 | ColorBold=#7fbaff | 40 | ColorBold=#7fbaff |
41 | ColorPalette=rgb(8,5,43);rgb(255,127,127);rgb(71,179,93);rgb(204,57,128);rgb(127,186,255);rgb(127,63,191);rgb(127,127,255);rgb(205,204,219);rgb(127,186,255);rgb(255,127,127);rgb(153,153,204);rgb(255,127,127);rgb(127,127,255);rgb(127,63,191);rgb(127,127,255);rgb(227,227,234) | 41 | BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT |
42 | BackgroundImageShading=0.830000 | ||
43 | ColorCursorForeground=#FFFFFF | ||
44 | ColorCursorUseDefault=FALSE | ||
42 | ColorBoldIsBright=FALSE | 45 | ColorBoldIsBright=FALSE |
43 | TabActivityColor=#47B35D | ||
44 | 46 | ||