mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
114 lines
2.6 KiB
INI
114 lines
2.6 KiB
INI
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
;;
|
|
;; ____ __ __
|
|
;; / __ \____ / /_ __/ /_ ____ ______
|
|
;; / /_/ / __ \/ / / / / __ \/ __ `/ ___/
|
|
;; / ____/ /_/ / / /_/ / /_/ / /_/ / /
|
|
;; /_/ \____/_/\__, /_.___/\__,_/_/
|
|
;; /____/
|
|
;;
|
|
;; Created By Aditya Shakya @adi1090x
|
|
;;
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
include-file = $HOME/i3/include-modules.ini
|
|
|
|
[color]
|
|
|
|
bg = #FFFFFF
|
|
fg = #FFFFFF
|
|
fg-alt = #454545
|
|
|
|
acolor = #FFFFFF
|
|
curgent = #EF5350
|
|
coccupied = #42A5F5
|
|
|
|
#shade1 = #311B92
|
|
#shade2 = #4527A0
|
|
#shade3 = #512DA8
|
|
#shade4 = #5E35B1
|
|
#shade5 = #673AB7
|
|
#shade1 = #471A3B
|
|
#shade2 = #5E1E40
|
|
#shade3 = #742246
|
|
#shade4 = #882748
|
|
#shade5 = #AA2E50
|
|
shade1 = #17191e
|
|
shade2 = #1e2127
|
|
shade3 = #222834
|
|
shade4 = #282c34
|
|
shade5 = #AA2E50
|
|
shade6 = #7E57C2
|
|
shade7 = #9575CD
|
|
shade8 = #B39DDB
|
|
txt = #2C2C2C
|
|
|
|
## 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
|
|
black = #000000
|
|
|
|
;==========================================================
|
|
|
|
[bar/main]
|
|
width = 100%
|
|
height = 65
|
|
# offset-x = 2.5%
|
|
# offset-y = 2%
|
|
bottom = false
|
|
fixed-center = false
|
|
line-size = 2
|
|
radius = 0
|
|
|
|
#background = ${color.bg}
|
|
background = #282c34
|
|
foreground = ${color.fg}
|
|
|
|
;==========================================================
|
|
|
|
#font-0 = "Fantasque Sans Mono:pixelsize=10;3"
|
|
font-0 = "FiraCode Nerd Font:pixelsize=20:antialias=true;3"
|
|
font-1 = "Iosevka Nerd Font:pixelsize=20;3"
|
|
font-2 = Weather Icons:size=20;1
|
|
font-3 = "Source Han Sans JP:pixelsize=20;antialias=true;3"
|
|
font-4 = "PowerlineSymbols:pixelsize=20;antialias=true;3"
|
|
|
|
dpi = 90
|
|
|
|
;==========================================================
|
|
|
|
enable-ipc = true
|
|
cursor-click = pointer
|
|
|
|
scroll-up = i3wm-wsnext
|
|
scroll-down = i3wm-wsprev
|
|
|
|
;== Module Location ========================================================
|
|
|
|
modules-left = menu workspaces network bluetooth2 package-updates-trigger package-updates
|
|
# modules-center = spotify-prev spotify-bar spotify-next jdate package-updates-trigger package-updates
|
|
modules-center = mpd-prev custom-mpd mpd-next playerctl-prev playerctl-show playerctl-next
|
|
# modules-right = network bluetooth2 volume battery openweathermap-fullfeatured date powermenu
|
|
modules-right = color-picker flameshot jdate battery volume openweathermap-fullfeatured date powermenu
|
|
|
|
;== EOF ========================================================
|