source code migrating from gitlab
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
;; Global WM Settings
|
||||
|
||||
[global/wm]
|
||||
margin-bottom = 0
|
||||
margin-top = 0
|
||||
|
||||
include-file = ../../system.ini
|
||||
include-file = ./colors.ini
|
||||
include-file = ./modules.ini
|
||||
|
||||
[bar/main]
|
||||
monitor = ${env:MONITOR:}
|
||||
monitor-strict = false
|
||||
override-redirect = false
|
||||
#pseudo-transparency=true
|
||||
bottom = false
|
||||
fixed-center = true
|
||||
|
||||
width = 100%
|
||||
height = 24
|
||||
offset-x = 0
|
||||
offset-y = 0
|
||||
|
||||
background = ${color.BACKGROUND}
|
||||
foreground = ${color.FOREGROUND}
|
||||
|
||||
radius-top = 0.0
|
||||
radius-bottom = 0.0
|
||||
|
||||
line-size = 2
|
||||
line-color = ${color.ACCENT}
|
||||
|
||||
border-size = 2
|
||||
border-color = ${color.ACCENT}
|
||||
|
||||
padding = 1
|
||||
module-margin-left = 0
|
||||
module-margin-right = 0
|
||||
|
||||
font-0 = "Iosevka Nerd Font:size=11;4"
|
||||
font-1 = "Iosevka Nerd Font:size=12;3"
|
||||
font-2 = "google\-mdi:size=12;3"
|
||||
font-3 = "Iosevka:style=bold:"size=12;3"
|
||||
font-4 = "Feather:size=12;3"
|
||||
font-5 = "JetBrains Mono:size=14;3"
|
||||
|
||||
modules-left = mod bspwm sep cpu sep memory sep filesystem sep temperature sep updates
|
||||
modules-center = mpd sep cava
|
||||
modules-right = volume sep network sep weather sep date
|
||||
|
||||
separator =
|
||||
spacing = 0
|
||||
|
||||
dim-value = 1.0
|
||||
|
||||
wm-name = bspwm
|
||||
locale =
|
||||
|
||||
tray-position = right
|
||||
tray-detached = false
|
||||
tray-maxsize = 16
|
||||
tray-transparent = false
|
||||
tray-background = ${color.BACKGROUND}
|
||||
tray-offset-x = 0
|
||||
tray-offset-y = 0
|
||||
tray-padding = 0
|
||||
tray-scale = 1.0
|
||||
|
||||
wm-restack = bspwm
|
||||
|
||||
enable-ipc = true
|
||||
|
||||
; bspwm
|
||||
scroll-up = bspc desktop -f prev.local
|
||||
scroll-down = bspc desktop -f next.local
|
||||
|
||||
[settings]
|
||||
throttle-output = 5
|
||||
throttle-output-for = 10
|
||||
throttle-input-for = 30
|
||||
|
||||
screenchange-reload = false
|
||||
|
||||
compositing-background = source
|
||||
compositing-foreground = over
|
||||
compositing-overline = over
|
||||
compositing-underline = over
|
||||
compositing-border = over
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
;; __________ ______
|
||||
;; / ____/ __ \/ ____/
|
||||
;; / __/ / / / / /_
|
||||
;; / /___/ /_/ / __/
|
||||
;; /_____/\____/_/
|
||||
;;
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
Reference in New Issue
Block a user