;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; ;; ____ __ __ ;; / __ \____ / /_ __/ /_ ____ ______ ;; / /_/ / __ \/ / / / / __ \/ __ `/ ___/ ;; / ____/ /_/ / / /_/ / /_/ / /_/ / / ;; /_/ \____/_/\__, /_.___/\__,_/_/ ;; /____/ ;; ;; Created By Aditya Shakya @adi1090x ;; ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; COLORS ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ [color] ; Active Shade shade1 = #B71C1C shade2 = #C62828 shade3 = #D32F2F shade4 = #E53935 shade5 = #EE413D shade6 = #EF5350 shade7 = #E57373 shade8 = #EF9A9A ;; Active Colors bground = #1D1F28 fground = #f7f7f7 ;borderbg = #f7f7f7 accent = #E53935 modulefg = #f7f7f7 modulefg-alt = #f7f7f7 ;; Other trans = #00000000 white = #FFFFFF black = #000000 ;; Material Colors red = #e53935 pink = #d81b60 purple = #8e24aa deep-purple = #5e35b1 indigo = #3949ab blue = #1e88e5 light-blue = #039be5 cyan = #00acc1 teal = #00897b green = #43a047 light-green = #7cb342 lime = #c0ca33 yellow = #fdd835 amber = #ffb300 orange = #fb8c00 deep-orange = #f4511e brown = #6d4c41 grey = #757575 blue-gray = #546e7a ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; BAR ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ [global/wm] ;margin-bottom = 0 ;margin-top = 0 [bar/main] ;monitor = monitor-fallback = monitor-strict = false override-redirect = false monitor = DP-2-3 bottom = false fixed-center = true ;width = 98% ;height = 22 ;offset-x = 1% ;offset-y = 2% width = 100% height = 18 offset-x = 0% offset-y = 0% background = ${color.bground} foreground = ${color.fground} radius-top = 0.0 radius-bottom = 0.0 overline-size = 0 overline-color = ${color.accent} ;border-bottom-size = 2 ;border-color = ${color.borderbg} padding = 0 module-margin-left = 0 module-margin-right = 0 ;font-0 = Terminus:size=12;0 font-0 = Terminus:size=10;0 ;font-0 = Roboto:pixelsize=14;0 font-1 = Roboto:size=12:weight=bold font-2 = -*-gohufont-medium-*-*-*-10-*-*-*-*-*-*-* font-3 = FontAwesome:size=12;0 font-4 = PowerlineSymbols:size=11;0 font-5 = siji:pixelsize=10;0 font-6 = GohuFont:pixelsize=10:weight=bold modules-left = modules-center = powermenu modules-right = right7 launcher right6 left1 right2 date separator = spacing = 0 dim-value = 1.0 wm-name = locale = tray-position = none tray-detached = false tray-maxsize = 16 tray-transparent = false tray-background = ${color.bground} tray-offset-x = 0 tray-offset-y = 0 tray-padding = 0 tray-scale = 1.0 enable-ipc = true [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 pseudo-transparency = false [module/filesystem] type = internal/fs ; Mountpoints to display mount-0 = / ;mount-1 = /home/null ;mount-2 = /var ; Seconds to sleep between updates ; Default: 30 interval = 10 ; Display fixed precision values ; Default: false fixed-values = true ; Spacing between entries ; Default: 2 spacing = 4 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; MODULES ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ [module/left1] type = custom/text content-background = ${color.shade2} content-foreground = ${color.shade1} content = "%{T3}%{T-}" [module/left2] type = custom/text content-background = ${color.bground} content-foreground = ${color.shade2} content = "%{T3}%{T-}" #+++++++++++++++++++++++++++++++++++++++ [module/right1] type = custom/text content-background = ${color.shade2} content-foreground = ${color.shade1} content = "%{T3}%{T-}" [module/right2] type = custom/text content-background = ${color.shade3} content-foreground = ${color.shade2} content = "%{T3}%{T-}" [module/right3] type = custom/text content-background = ${color.shade4} content-foreground = ${color.shade3} content = "%{T3}%{T-}" [module/right4] type = custom/text content-background = ${color.shade5} content-foreground = ${color.shade4} content = "%{T3}%{T-}" [module/right5] type = custom/text content-background = ${color.shade6} content-foreground = ${color.shade5} content = "%{T3}%{T-}" [module/right6] type = custom/text content-background = ${color.shade7} content-foreground = ${color.shade6} content = "%{T3}%{T-}" [module/right7] type = custom/text content-background = ${color.bground} content-foreground = ${color.shade7} content = "%{T3}%{T-}" ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ [module/launcher] type = custom/text content = - content-background = ${color.shade1} content-foreground = ${color.modulefg} content-padding = 1 click-left = jgmenu_run ;click-left = dmenu_run -b -l 5 -p Search -fn "Misc Termsyn" -nb "#1D1F28" -nf "#f7f7f7" -sb "#1E88E5" -sf "#202020" ;click-left = rofi -show run -fullscreen True -lines 5 -line-margin 5 -padding 300 -bw 0 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ [module/title] type = internal/xwindow format =