1
0
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:
Donovan Glover 2023-05-11 16:44:35 -04:00
parent ab910245b3
commit dac973d4a9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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']