Adjust i3 colors, qterminal settings
This commit is contained in:
parent
7fa1cfe21f
commit
594d582aa3
|
@ -376,9 +376,9 @@ exec_always --no-startup-id compton
|
||||||
|
|
||||||
# Theme colors
|
# Theme colors
|
||||||
# class border backgr. text indic. child_border
|
# class border backgr. text indic. child_border
|
||||||
client.focused #01e110 #000000 #80FFF9 #01e110
|
client.focused #01e110 #01e110 #80FFF9 #01e110
|
||||||
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
|
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
|
||||||
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
|
client.unfocused #000000 #000000 #1ABC9C #000000
|
||||||
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
|
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
|
||||||
client.placeholder #000000 #0c0c0c #ffffff #000000
|
client.placeholder #000000 #0c0c0c #ffffff #000000
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
AskOnExit=false
|
AskOnExit=false
|
||||||
BookmarksFile=/home/kapper/.config/qterminal.org/qterminal_bookmarks.xml
|
BookmarksFile=/home/kapper/.config/qterminal.org/qterminal_bookmarks.xml
|
||||||
BookmarksVisible=true
|
BookmarksVisible=true
|
||||||
Borderless=false
|
Borderless=true
|
||||||
ChangeWindowIcon=true
|
ChangeWindowIcon=true
|
||||||
ChangeWindowTitle=true
|
ChangeWindowTitle=true
|
||||||
ConfirmMultilinePaste=true
|
ConfirmMultilinePaste=true
|
||||||
FixedTabWidth=true
|
FixedTabWidth=false
|
||||||
FixedTabWidthValue=250
|
FixedTabWidthValue=250
|
||||||
HideTabBarWithOneTab=true
|
HideTabBarWithOneTab=true
|
||||||
HistoryLimited=true
|
HistoryLimited=true
|
||||||
|
@ -17,14 +17,14 @@ MenuVisible=false
|
||||||
MotionAfterPaste=0
|
MotionAfterPaste=0
|
||||||
SavePosOnExit=true
|
SavePosOnExit=true
|
||||||
SaveSizeOnExit=true
|
SaveSizeOnExit=true
|
||||||
ScrollbarPosition=2
|
ScrollbarPosition=0
|
||||||
ShowCloseTabButton=true
|
ShowCloseTabButton=true
|
||||||
TabBarless=false
|
TabBarless=false
|
||||||
TabsPosition=0
|
TabsPosition=0
|
||||||
Term=xterm-256color
|
Term=xterm-256color
|
||||||
TerminalBackgroundImage=
|
TerminalBackgroundImage=
|
||||||
TerminalMargin=0
|
TerminalMargin=0
|
||||||
TerminalTransparency=0
|
TerminalTransparency=8
|
||||||
TerminalsPreset=0
|
TerminalsPreset=0
|
||||||
TrimPastedTrailingNewlines=false
|
TrimPastedTrailingNewlines=false
|
||||||
UseBookmarks=false
|
UseBookmarks=false
|
||||||
|
@ -33,7 +33,7 @@ colorScheme=Linux
|
||||||
emulation=default
|
emulation=default
|
||||||
enabledBidiSupport=true
|
enabledBidiSupport=true
|
||||||
fontFamily=Inconsolata Nerd Font Mono [PfEd]
|
fontFamily=Inconsolata Nerd Font Mono [PfEd]
|
||||||
fontSize=12
|
fontSize=10
|
||||||
guiStyle=
|
guiStyle=
|
||||||
highlightCurrentTerminal=true
|
highlightCurrentTerminal=true
|
||||||
showTerminalSizeHint=true
|
showTerminalSizeHint=true
|
||||||
|
@ -49,9 +49,9 @@ Width=70
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
ApplicationTransparency=0
|
ApplicationTransparency=0
|
||||||
isMaximized=false
|
isMaximized=false
|
||||||
pos=@Point(0 0)
|
pos=@Point(690 37)
|
||||||
size=@Size(1366 749)
|
size=@Size(660 695)
|
||||||
state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0&\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0s\0\xff\xff\xff\0\0\x5V\0\0\x2\xed\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0&\0\x42\0o\0o\0k\0m\0\x61\0r\0k\0s\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0s\0\xff\xff\xff\0\0\x2\x94\0\0\x2\xb7\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
||||||
|
|
||||||
[Sessions]
|
[Sessions]
|
||||||
size=0
|
size=0
|
||||||
|
|
Loading…
Reference in New Issue