dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

waybar (678B)


      1 {
      2 	"layer": "top",
      3 	"modules-left": ["river/tags", "river/mode"],
      4 	"modules-center": ["river/window"],
      5 	"modules-right": ["custom/mail", "pulseaudio", "battery", "clock", "tray"],
      6 	"custom/mail": {
      7 		"exec": "checkmail 'koromanj@miltonhydro.com'"
      8 	},
      9 	"river/window": {
     10 		"max-length": 50
     11 	},
     12 	"tray": {
     13 		"icon-size": 20,
     14 		"padding": 10
     15 	},
     16 	"pulseaudio": {
     17 		"format": "{volume}% {icon}",
     18 		"format-muted": "{volume}% 󰝟",
     19 		"format-icons": {
     20 			"default": ["󰖀", "󰕾"]
     21 		},
     22 		"on-click": "pavucontrol"
     23 	},
     24 	"battery": {
     25 		"format": "{capacity}% {icon}",
     26 		"format-icons": ["", "", "", "", ""]
     27 	},
     28 	"clock": {
     29 		"format-alt": "{:%a, %d. %b  %H:%M}"
     30 	}
     31 }