100 lines
1.7 KiB
INI
100 lines
1.7 KiB
INI
## Copyright (C) 2020-2023 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
|
|
|
|
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 = 4
|
|
border-color = ${color.BACKGROUND}
|
|
|
|
padding = 1
|
|
module-margin-left = 0
|
|
module-margin-right = 0
|
|
|
|
font-0 = "Iosevka Nerd Font:size=10;3"
|
|
font-1 = "Iosevka Nerd Font:size=12;3"
|
|
font-2 = "google\-mdi:size=12;3"
|
|
font-3 = "Iosevka:style=bold:"size=12;3"
|
|
|
|
modules-left = i3
|
|
modules-center = mpd
|
|
modules-right = volume sep backlight sep network sep battery sep date
|
|
|
|
separator =
|
|
spacing = 0
|
|
|
|
dim-value = 1.0
|
|
|
|
wm-name = i3
|
|
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 = i3
|
|
|
|
enable-ipc = true
|
|
|
|
; i3
|
|
scroll-up =
|
|
scroll-down =
|
|
|
|
[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
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
;; __________ ______
|
|
;; / ____/ __ \/ ____/
|
|
;; / __/ / / / / /_
|
|
;; / /___/ /_/ / __/
|
|
;; /_____/\____/_/
|
|
;;
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|