Compact configuration for Sway in a single package
This commit is contained in:
@@ -40,7 +40,6 @@ This repository contains my configuration files for the following tools:
|
|||||||
- `zoxide`
|
- `zoxide`
|
||||||
- `mpv`
|
- `mpv`
|
||||||
- `yt-dlp`
|
- `yt-dlp`
|
||||||
- `zathura`
|
|
||||||
- `flameshot`
|
- `flameshot`
|
||||||
- `newsboat`
|
- `newsboat`
|
||||||
|
|
||||||
|
|||||||
@@ -1,38 +0,0 @@
|
|||||||
set default-fg rgba(205,214,244,1)
|
|
||||||
set default-bg rgba(30,30,46,1)
|
|
||||||
|
|
||||||
set completion-bg rgba(49,50,68,1)
|
|
||||||
set completion-fg rgba(205,214,244,1)
|
|
||||||
set completion-highlight-bg rgba(87,82,104,1)
|
|
||||||
set completion-highlight-fg rgba(205,214,244,1)
|
|
||||||
set completion-group-bg rgba(49,50,68,1)
|
|
||||||
set completion-group-fg rgba(137,180,250,1)
|
|
||||||
|
|
||||||
set statusbar-fg rgba(205,214,244,1)
|
|
||||||
set statusbar-bg rgba(49,50,68,1)
|
|
||||||
|
|
||||||
set notification-bg rgba(49,50,68,1)
|
|
||||||
set notification-fg rgba(205,214,244,1)
|
|
||||||
set notification-error-bg rgba(49,50,68,1)
|
|
||||||
set notification-error-fg rgba(243,139,168,1)
|
|
||||||
set notification-warning-bg rgba(49,50,68,1)
|
|
||||||
set notification-warning-fg rgba(250,227,176,1)
|
|
||||||
|
|
||||||
set inputbar-fg rgba(205,214,244,1)
|
|
||||||
set inputbar-bg rgba(49,50,68,1)
|
|
||||||
|
|
||||||
set recolor "true"
|
|
||||||
set recolor-lightcolor rgba(30,30,46,1)
|
|
||||||
set recolor-darkcolor rgba(205,214,244,1)
|
|
||||||
|
|
||||||
set index-fg rgba(205,214,244,1)
|
|
||||||
set index-bg rgba(30,30,46,1)
|
|
||||||
set index-active-fg rgba(205,214,244,1)
|
|
||||||
set index-active-bg rgba(49,50,68,1)
|
|
||||||
|
|
||||||
set render-loading-bg rgba(30,30,46,1)
|
|
||||||
set render-loading-fg rgba(205,214,244,1)
|
|
||||||
|
|
||||||
set highlight-color rgba(87,82,104,0.5)
|
|
||||||
set highlight-fg rgba(245,194,231,0.5)
|
|
||||||
set highlight-active-color rgba(245,194,231,0.5)
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
# Zathura configuration file
|
|
||||||
# See man `man zathurarc'
|
|
||||||
|
|
||||||
# Open document in fit-width mode by default
|
|
||||||
set adjust-open "best-fit"
|
|
||||||
|
|
||||||
# One page per row by default
|
|
||||||
set pages-per-row 1
|
|
||||||
|
|
||||||
#stop at page boundries
|
|
||||||
set scroll-page-aware "true"
|
|
||||||
set scroll-full-overlap 0.01
|
|
||||||
set scroll-step 100
|
|
||||||
|
|
||||||
#zoom settings
|
|
||||||
set zoom-min 10
|
|
||||||
set guioptions ""
|
|
||||||
|
|
||||||
# zathurarc-dark
|
|
||||||
set font "Noto Sans Regular 12"
|
|
||||||
set render-loading "false"
|
|
||||||
set scroll-step 50
|
|
||||||
set selection-clipboard clipboard
|
|
||||||
Reference in New Issue
Block a user