forked from extern/nix-config
qutebrowser: Remove pywal stuff
Stylix is quite nice since it affects the whole system. It feels like a truly immersive experience when the system boots into a color scheme you set.
This commit is contained in:
parent
ab910245b3
commit
dac973d4a9
@ -1,6 +1,3 @@
|
|||||||
import pywalQute.draw
|
|
||||||
import time
|
|
||||||
|
|
||||||
# Don't use auto-saved settings
|
# Don't use auto-saved settings
|
||||||
config.load_autoconfig(False)
|
config.load_autoconfig(False)
|
||||||
|
|
||||||
@ -9,14 +6,6 @@ from qutebrowser.mainwindow import tabwidget
|
|||||||
tabwidget.TabWidget.MUTE_STRING = ""
|
tabwidget.TabWidget.MUTE_STRING = ""
|
||||||
tabwidget.TabWidget.AUDIBLE_STRING = "[A]"
|
tabwidget.TabWidget.AUDIBLE_STRING = "[A]"
|
||||||
|
|
||||||
# Make color scheme match pywal
|
|
||||||
pywalQute.draw.color(c, {
|
|
||||||
'spacing': {
|
|
||||||
'vertical': 0,
|
|
||||||
'horizontal': 0
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
# Don't close while browsing / downloading
|
# Don't close while browsing / downloading
|
||||||
c.confirm_quit = ['multiple-tabs', 'downloads']
|
c.confirm_quit = ['multiple-tabs', 'downloads']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user