Compare commits

..

No commits in common. "f78f4737d0555253845d7ac0f7393b669f153492" and "ad65301bf9dccf93ddf823e85954b5ec750e7448" have entirely different histories.

6 changed files with 14 additions and 50 deletions

View file

@ -100,7 +100,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: JetBrains Mono family: Iosevka
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular

View file

@ -15,7 +15,7 @@
# #
# If this option is set to mouse or keyboard, the monitor option # If this option is set to mouse or keyboard, the monitor option
# will be ignored. # will be ignored.
follow = none follow = mouse
# The geometry of the window: # The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}] # [{width}]x{height}[+/-{x}+/-{y}]
@ -86,7 +86,7 @@
### Text ### ### Text ###
font = JetBrains Mono 10 font = Iosevka 10
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.

View file

@ -47,7 +47,6 @@ yellow = ${colors/gruvbox-dark.yellow}
blue = ${colors/gruvbox-dark.blue} blue = ${colors/gruvbox-dark.blue}
green = ${colors/gruvbox-dark.green} green = ${colors/gruvbox-dark.green}
purple = ${colors/gruvbox-dark.purple} purple = ${colors/gruvbox-dark.purple}
aqua = ${colors/gruvbox-dark.aqua}
; ######################################################### ; #########################################################
; ########## Main Bar ########## ; ########## Main Bar ##########
@ -77,7 +76,7 @@ override-redirect = true
modules-left = ewmh ewmh-arrow xwindow xwindow-arrow modules-left = ewmh ewmh-arrow xwindow xwindow-arrow
modules-center = modules-center =
modules-right = backlight-arrow backlight unread-mail-arrow unread-mail pulseaudio-arrow pulseaudio battery-arrow battery date-arrow date tray-arrow modules-right = backlight-arrow backlight pulseaudio-arrow pulseaudio battery-arrow battery date-arrow date tray-arrow
tray-position = right tray-position = right
tray-padding = 2 tray-padding = 2
@ -145,7 +144,7 @@ label = %date% %time%
type = custom/text type = custom/text
content = "%{T3}%{T-}" content = "%{T3}%{T-}"
content-foreground = ${colors.blue} content-foreground = ${colors.blue}
content-background = ${colors.aqua} content-background = ${colors.yellow}
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio
@ -218,21 +217,6 @@ content = "%{T3}%{T-}"
content-foreground = ${colors.background} content-foreground = ${colors.background}
content-background = ${colors.gray} content-background = ${colors.gray}
[module/unread-mail]
type = custom/script
format-background = ${colors.aqua}
format-foreground = ${colors.background}
format-padding = 1
format-prefix = "%{T2}  %{T-}"
exec = mu find flag:unread | wc -l
interval = 60
[module/unread-mail-arrow]
type = custom/text
content = "%{T3}%{T-}"
content-foreground = ${colors.aqua}
content-background = ${colors.yellow}
; ######################################################### ; #########################################################
; ########## Settings ########## ; ########## Settings ##########
; ######################################################### ; #########################################################

View file

@ -4,7 +4,7 @@
# qute://help/settings.html # qute://help/settings.html
# Uncomment this to still load settings configured via autoconfig.yml # Uncomment this to still load settings configured via autoconfig.yml
config.load_autoconfig() # config.load_autoconfig()
# Require a confirmation before quitting the application. # Require a confirmation before quitting the application.
# Type: ConfirmQuit # Type: ConfirmQuit
@ -35,7 +35,7 @@ c.content.geolocation = False
# Value to send in the `Accept-Language` header. Note that the value # Value to send in the `Accept-Language` header. Note that the value
# read from JavaScript is always the global value. # read from JavaScript is always the global value.
# Type: String # Type: String
c.content.headers.accept_language = 'en-US,en,de,de-DE;q=0.9' c.content.headers.accept_language = 'en-US,en;q=0.9'
# User agent to send. The following placeholders are defined: * # User agent to send. The following placeholders are defined: *
# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`: # `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
@ -121,7 +121,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
# still be downloaded by clicking the download button in the pdf.js # still be downloaded by clicking the download button in the pdf.js
# viewer. # viewer.
# Type: Bool # Type: Bool
c.content.pdfjs = False c.content.pdfjs = True
# Height (in pixels or as percentage of the window) of the completion. # Height (in pixels or as percentage of the window) of the completion.
# Type: PercOrInt # Type: PercOrInt
@ -153,7 +153,7 @@ c.tabs.position = 'left'
# Width (in pixels or as percentage of the window) of the tab bar if # Width (in pixels or as percentage of the window) of the tab bar if
# it's vertical. # it's vertical.
# Type: PercOrInt # Type: PercOrInt
c.tabs.width = '14%' c.tabs.width = '12%'
# Text color of the completion widget. May be a single color to use for # Text color of the completion widget. May be a single color to use for
# all columns or a list of three colors, one for each column. # all columns or a list of three colors, one for each column.
@ -515,18 +515,11 @@ c.colors.tabs.pinned.selected.even.bg = '#ebdbb2'
# font setting, it's replaced with the fonts listed here. If set to an # font setting, it's replaced with the fonts listed here. If set to an
# empty value, a system-specific monospace default is used. # empty value, a system-specific monospace default is used.
# Type: List of Font, or Font # Type: List of Font, or Font
c.fonts.default_family = 'JetBrains Mono' c.fonts.default_family = 'Hermit'
# Default font size to use. Whenever "default_size" is used in a font # Default font size to use. Whenever "default_size" is used in a font
# setting, it's replaced with the size listed here. Valid values are # setting, it's replaced with the size listed here. Valid values are
# either a float value with a "pt" suffix, or an integer value with a # either a float value with a "pt" suffix, or an integer value with a
# "px" suffix. # "px" suffix.
# Type: String # Type: String
c.fonts.default_size = '12pt' c.fonts.default_size = '10pt'
# Setup for KeePassXC connection.
config.bind('<Alt-Shift-u>', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='insert')
config.bind('pw', 'spawn --userscript qute-keepassxc --key 9FE01C39F74551D434116394CADE6F0C09F21B09', mode='normal')
# Set Emacs as editor
c.editor.command = ["es", "+{line}:{column0}", "{file}"]

View file

@ -1,15 +1,6 @@
[redshift] [redshift]
location-provider=manual location-provider=manual
temp-day=5700
temp-night=3500
transition=1
gamma-day=1.0
gamma-night=0.8:0.8:0.7
adjustment-method=randr
[manual] [manual]
lat=48.39 lat=48
lon=9.99 lon=010

View file

@ -46,7 +46,3 @@ end
if test -z "$XDG_CURRENT_DESKTOP" if test -z "$XDG_CURRENT_DESKTOP"
set -Ux XDG_CURRENT_DESKTOP GNOME set -Ux XDG_CURRENT_DESKTOP GNOME
end end
if test -z "$QT_QPA_PLATFORMTHEME"
set -Ux QT_QPA_PLATFORMTHEME qt5ct
end