dotfiles

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

waybar (700B)


      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 		"interval": 5
      9 	},
     10 	"river/window": {
     11 		"max-length": 50
     12 	},
     13 	"tray": {
     14 		"icon-size": 20,
     15 		"padding": 10
     16 	},
     17 	"pulseaudio": {
     18 		"format": "{volume}% {icon}",
     19 		"format-muted": "{volume}% 󰝟",
     20 		"format-icons": {
     21 			"default": ["󰖀", "󰕾"]
     22 		},
     23 		"on-click": "pavucontrol"
     24 	},
     25 	"battery": {
     26 		"format": "{capacity}% {icon}",
     27 		"format-icons": ["", "", "", "", ""]
     28 	},
     29 	"clock": {
     30 		"format-alt": "{:%a, %d. %b  %H:%M}"
     31 	}
     32 }