Clean up a few more loose ends, add jgmenu to openbox polybar
This commit is contained in:
parent
eb0884e453
commit
dcf56fc86a
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
@ -17,12 +17,12 @@ inherit = bar/master
|
||||
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
|
||||
modules-left = config window_switch workspaces menu
|
||||
modules-left = jgmenu config window_switch workspaces menu
|
||||
modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; redshift github jgmenu filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; redshift github filesystem jgmenu mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
@ -76,7 +76,7 @@ modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
; All available modules (some require configuration in modules.conf)
|
||||
; redshift github filesystem mpd wired-network wireless-network battery menu volume-bar bspwm
|
||||
; redshift github filesystem mpd jgmenu wired-network wireless-network battery menu volume-bar bspwm
|
||||
; pkg keyboard memory temperature coreuse network clock volume i3-workspaces workspaces window_switch
|
||||
|
||||
|
||||
|
@ -1,467 +0,0 @@
|
||||
configs:
|
||||
|
||||
i3/acid-drop.yaml:
|
||||
background: "#444444"
|
||||
foreground: "#EFEFEC"
|
||||
bold: "#EFEFEC"
|
||||
term-background: "rgba(68,68,68,0.95)"
|
||||
font: "ShureTechMono Nerd Font 10"
|
||||
colors:
|
||||
- "#212121"
|
||||
- "#D50000"
|
||||
- "#00C853"
|
||||
- "#00B8D4"
|
||||
- "#C6FF00"
|
||||
- "#1DE9B6"
|
||||
- "#AA00FF"
|
||||
- "#BDBDBD"
|
||||
- "#EEEEEE"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "8"
|
||||
bar-border-top: "8"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "10"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "22"
|
||||
bar-width: "100%"
|
||||
bar-radius: "3"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1444444"
|
||||
bar-font: "Nimbus Mono PS:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/girls-in-glasses.jpg"
|
||||
|
||||
i3/adwaita-dark.yaml:
|
||||
background: "#212121"
|
||||
foreground: "#F1F1F1"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(33,33,33,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#494949"
|
||||
- "#D64937"
|
||||
- "#19BC9C"
|
||||
- "#FFFE5D"
|
||||
- "#4E88CF"
|
||||
- "#AF86C8"
|
||||
- "#5DD5FF"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#252E35"
|
||||
bar-font: "DejaVu Sans Mono:size=11:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/leaves.jpg"
|
||||
|
||||
i3/adwaita.yaml:
|
||||
background: "#F6F6F6"
|
||||
foreground: "#1D1D1D"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(250,250,250,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#000000"
|
||||
- "#D64937"
|
||||
- "#19BC9C"
|
||||
- "#FFFE5D"
|
||||
- "#4E88CF"
|
||||
- "#AF86C8"
|
||||
- "#5DD5FF"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#F6F6F6"
|
||||
bar-font: "DejaVu Sans Mono:size=11:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/bright.jpg"
|
||||
|
||||
i3/archlabs.yaml:
|
||||
background: "#2b303b"
|
||||
foreground: "#c0c5ce"
|
||||
bold: "#c0c5ce"
|
||||
term-background: "rgba(43,48,59,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#2b303b"
|
||||
- "#bf616a"
|
||||
- "#a3be8c"
|
||||
- "#ebcb8b"
|
||||
- "#8fa1b3"
|
||||
- "#b48ead"
|
||||
- "#96b5b4"
|
||||
- "#65737e"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "3"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "12"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "28"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#2b303b"
|
||||
bar-font: "DejaVu Sans Mono:size=10:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/archlabs/archlabs.png"
|
||||
|
||||
i3/default.yaml:
|
||||
background: ""
|
||||
foreground: ""
|
||||
bold: ""
|
||||
term-background: ""
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
- ""
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: ""
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: ""
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/any.jpg"
|
||||
|
||||
i3/float.yaml:
|
||||
background: "#E1E1E1"
|
||||
foreground: "#131313"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(240,240,240,0.80)"
|
||||
font: "Ubuntu Mono Nerd Font 10"
|
||||
colors:
|
||||
- "#494949"
|
||||
- "#E64141"
|
||||
- "#19BC9C"
|
||||
- "#FFFE5D"
|
||||
- "#1793D1"
|
||||
- "#AF86C8"
|
||||
- "#5DD5FF"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "10"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "10"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "26"
|
||||
bar-width: "100%"
|
||||
bar-radius: "6"
|
||||
bar-bottom: "true"
|
||||
bar-background: "#61EFF0F1"
|
||||
bar-font: "DejaVu Sans Mono:size=11:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/surfin.jpg"
|
||||
|
||||
i3/floral.yaml:
|
||||
background: "#0d0d1b"
|
||||
foreground: "#ccccce"
|
||||
bold: "#ccccce"
|
||||
term-background: "rgba(13,13,27,0.95)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#282828"
|
||||
- "#ca1444"
|
||||
- "#789aba"
|
||||
- "#94469b"
|
||||
- "#cb6fa1"
|
||||
- "#fb6e93"
|
||||
- "#cf98c1"
|
||||
- "#98218e"
|
||||
- "#ebdbb2"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "10"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e10d0d1b"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/girls-in-glasses.jpg"
|
||||
|
||||
i3/green-devil.yaml:
|
||||
background: "#0a0a0a"
|
||||
foreground: "#ffffff"
|
||||
bold: "#c5c8c6"
|
||||
term-background: "rgba(10,10,10,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#191919"
|
||||
- "#001122"
|
||||
- "#384a5b"
|
||||
- "#556677"
|
||||
- "#113322"
|
||||
- "#446655"
|
||||
- "#5e8d87"
|
||||
- "#b7b7b7"
|
||||
- "#ffffff"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "8"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "10"
|
||||
bar-height: "22"
|
||||
bar-width: "98%"
|
||||
bar-radius: "6"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e10a0a0a"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/forest11.jpg"
|
||||
|
||||
i3/grey-sky.yaml:
|
||||
background: "#1C151C"
|
||||
foreground: "#F6F6F6"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(28,21,28,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#1C151C"
|
||||
- "#96B8D2"
|
||||
- "#A4BDD2"
|
||||
- "#9EC1D7"
|
||||
- "#849AAB"
|
||||
- "#B7D1E4"
|
||||
- "#D2D9DD"
|
||||
- "#666666"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "3"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "15"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#F6F6F6"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/ocean2.jpg"
|
||||
|
||||
i3/kraken.yaml:
|
||||
background: "#404552"
|
||||
foreground: "#c5c8c6"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(64,69,82,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#3f3f3f"
|
||||
- "#705050"
|
||||
- "#E4B928"
|
||||
- "#F0DFAF"
|
||||
- "#506070"
|
||||
- "#DC8CC3"
|
||||
- "#298FEA"
|
||||
- "#DCDCCC"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "3"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#404552"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/Wallpaper.jpg"
|
||||
|
||||
i3/mono.yaml:
|
||||
background: "#000000"
|
||||
foreground: "#bcbcbc"
|
||||
bold: "#EEEEEC"
|
||||
term-background: "rgba(0,0,0,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#292929"
|
||||
- "#494949"
|
||||
- "#696969"
|
||||
- "#B3B3B3"
|
||||
- "#898989"
|
||||
- "#595959"
|
||||
- "#969696"
|
||||
- "#D7D7D7"
|
||||
- "#EEEEEC"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1000000"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/mono-minimo.jpg"
|
||||
|
||||
i3/neon.yaml:
|
||||
background: "#231E35"
|
||||
foreground: "#23EFDC"
|
||||
bold: "#A9A9A9"
|
||||
term-background: "rgba(35,30,53,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#231e35"
|
||||
- "#FF5B6C"
|
||||
- "#3AF278"
|
||||
- "#FFFE5D"
|
||||
- "#F203f0"
|
||||
- "#8039A0"
|
||||
- "#AFDCE4"
|
||||
- "#969896"
|
||||
- "#F6F6F6"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "10"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#231e35"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/neon-city.jpg"
|
||||
|
||||
i3/perfect-blue.yaml:
|
||||
background: "#666666"
|
||||
foreground: "#baacc5"
|
||||
bold: "#4c5068"
|
||||
term-background: "rgba(102,102,102,0.80)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#323c51"
|
||||
- "#a67070"
|
||||
- "#88977c"
|
||||
- "#de935f"
|
||||
- "#6b96a7"
|
||||
- "#553e62"
|
||||
- "#5d817d"
|
||||
- "#8e8e86"
|
||||
- "#b3cbc9"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1666666"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/Anime-girl2-1920x1200.jpg"
|
||||
|
||||
i3/red-baron.yaml:
|
||||
background: "#101010"
|
||||
foreground: "#ffffff"
|
||||
bold: "#ffffff"
|
||||
term-background: "rgba(16,16,16,0.95)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#262626"
|
||||
- "#830E0C"
|
||||
- "#A72B28"
|
||||
- "#C64B48"
|
||||
- "#ED7C79"
|
||||
- "#FFABA9"
|
||||
- "#FFCECB"
|
||||
- "#616161"
|
||||
- "#EAEAEA"
|
||||
bar/i3-border: "2"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "12"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "20"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1101010"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/volcanic.jpg"
|
||||
|
||||
i3/yasukue.yaml:
|
||||
background: "#1d1f21"
|
||||
foreground: "#c5c8c6"
|
||||
bold: "#c5c8c6"
|
||||
term-background: "rgba(29,31,33,0.95)"
|
||||
font: "Anonymice Nerd Font 10"
|
||||
colors:
|
||||
- "#282A2E"
|
||||
- "#A54242"
|
||||
- "#8C9440"
|
||||
- "#DE935F"
|
||||
- "#5F819D"
|
||||
- "#85678F"
|
||||
- "#5E8D87"
|
||||
- "#373B41"
|
||||
- "#ECECEC"
|
||||
bar/i3-border: "4"
|
||||
bar-border-all: "0"
|
||||
bar-border-top: "0"
|
||||
bar-border-bottom: "0"
|
||||
bar-border-color: "#00000000"
|
||||
i3gap-inner: "20"
|
||||
i3gap-outer: "0"
|
||||
bar-height: "24"
|
||||
bar-width: "100%"
|
||||
bar-radius: "0"
|
||||
bar-bottom: "false"
|
||||
bar-background: "#e1C5C8C6"
|
||||
bar-font: "xos4 Terminus:size=12:antialias=false;2"
|
||||
wallpaper: "/usr/share/backgrounds/Anime-girl-3840x2160.jpg"
|
||||
|
Reference in New Issue
Block a user