remove polybar
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
72d45f5997
commit
24a7843d5f
14 changed files with 0 additions and 170 deletions
|
@ -1,5 +0,0 @@
|
|||
[colors]
|
||||
green = #32CD32
|
||||
orange = #FF8A00
|
||||
darkgrey = #555
|
||||
red = #bd2c40
|
|
@ -1,6 +0,0 @@
|
|||
[module/backlight]
|
||||
inherit = module/defaults
|
||||
exec = /usr/bin/brightnessctl get
|
||||
tail = true
|
||||
interval = 2
|
||||
format-prefix = "BRT "
|
|
@ -1,15 +0,0 @@
|
|||
[module/battery]
|
||||
inherit = module/defaults
|
||||
type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
label-charging =%percentage%% (CHG) // %consumption%W
|
||||
label-discharging =%percentage%% @ %consumption%W
|
||||
label-full = FULL // %consumption%W
|
||||
format-charging-prefix = "PWR "
|
||||
format-charging-prefix-foreground =${colors.darkgrey}
|
||||
format-discharging-prefix = "PWR "
|
||||
format-discharging-prefix-foreground =${colors.darkgrey}
|
||||
format-full-prefix = "PWR "
|
||||
format-full-prefix-foreground =${colors.darkgrey}
|
|
@ -1,11 +0,0 @@
|
|||
[module/system-cpu-loadavg]
|
||||
inherit = module/defaults
|
||||
exec = ~/dotfiles/scripts/polybar/system-cpu-loadavg.sh
|
||||
format-prefix = "LAVG "
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 5
|
||||
format-prefix = "CPU "
|
||||
format-prefix-foreground = ${colors.darkgrey}
|
||||
label = %percentage:2%%
|
|
@ -1,7 +0,0 @@
|
|||
[module/filesystem]
|
||||
type = internal/fs
|
||||
mount-0 = /
|
||||
label-mounted = %percentage_used%%
|
||||
format-mounted = <label-mounted>
|
||||
format-mounted-prefix = "DU "
|
||||
format-mounted-prefix-foreground =${colors.darkgrey}
|
|
@ -1,5 +0,0 @@
|
|||
[module/dunst]
|
||||
type = custom/script
|
||||
exec = ~/dotfiles/scripts/polybar/dunst.sh
|
||||
interval = 2
|
||||
format-foreground = ${colors.darkgrey}
|
|
@ -1,21 +0,0 @@
|
|||
[module/i3]
|
||||
type = internal/i3
|
||||
format = <label-state> <label-mode>
|
||||
index-sort = true
|
||||
wrapping-scroll = true
|
||||
|
||||
label-mode-padding = 2
|
||||
|
||||
; focused = Active workspace on focused monitor
|
||||
label-focused = %index%
|
||||
label-focused-background = ${colors.green}
|
||||
label-focused-padding = 2
|
||||
|
||||
; unfocused = Inactive workspace on any monitor
|
||||
label-unfocused = %index%
|
||||
label-unfocused-padding = 2
|
||||
|
||||
; urgent = Workspace with urgency hint set
|
||||
label-urgent = %index%
|
||||
label-urgent-background = ${colors.red}
|
||||
label-urgent-padding = 2
|
|
@ -1,6 +0,0 @@
|
|||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 5
|
||||
format-prefix = "MEM "
|
||||
format-prefix-foreground = ${colors.darkgrey}
|
||||
label = %percentage_used%%
|
|
@ -1,31 +0,0 @@
|
|||
[module/wired]
|
||||
type = internal/network
|
||||
interface = enp0s25
|
||||
interface-type = wired
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-disconnected = <label-disconnected>
|
||||
|
||||
format-connected-prefix = "NW "
|
||||
format-disconnected-prefix = "NW "
|
||||
|
||||
format-connected-prefix-foreground = ${colors.darkgrey}
|
||||
format-disconnected-prefix-foreground = ${colors.darkgrey}
|
||||
|
||||
label-connected = %ifname% @ %local_ip%
|
||||
label-disconnected = %ifname%: not connected
|
||||
|
||||
[module/wireless]
|
||||
type = internal/network
|
||||
interface = wlp3s0
|
||||
interface-type = wireless
|
||||
label-connected = %ifname% @ %essid% @ %local_ip%
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-disconnected = <label-disconnected>
|
||||
|
||||
format-connected-prefix = "NW "
|
||||
format-disconnected-prefix = "NW "
|
||||
|
||||
format-connected-prefix-foreground = ${colors.darkgrey}
|
||||
format-disconnected-prefix-foreground = ${colors.darkgrey}
|
|
@ -1,7 +0,0 @@
|
|||
[module/polywins]
|
||||
type = custom/script
|
||||
exec = ~/dotfiles/scripts/polybar/polywins.sh 2>/dev/null
|
||||
format = <label>
|
||||
label = %output%
|
||||
label-padding = 1
|
||||
tail = true
|
|
@ -1,17 +0,0 @@
|
|||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
||||
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
||||
use-ui-max = true
|
||||
|
||||
format-volume = <label-volume>
|
||||
format-volume-prefix = "VOL "
|
||||
format-volume-prefix-foreground =${colors.darkgrey}
|
||||
|
||||
|
||||
label-muted = muted
|
||||
|
||||
format-muted-prefix = "VOL "
|
||||
format-muted-prefix-foreground =${colors.darkgrey}
|
||||
|
||||
click-right = pavucontrol
|
|
@ -1,31 +0,0 @@
|
|||
[module/startmenu]
|
||||
type = custom/menu
|
||||
format-full-prefix-foreground = ${colors.darkgrey}
|
||||
label-open =" Start "
|
||||
label-close =" Close "
|
||||
label-open-background = ${colors.green}
|
||||
label-close-background = ${colors.orange}
|
||||
label-separator = |
|
||||
format-spacing = 1
|
||||
|
||||
menu-0-0 ="Power"
|
||||
menu-0-0-exec = #startmenu.open.1
|
||||
menu-0-1 ="Misc"
|
||||
menu-0-1-exec = #startmenu.open.2
|
||||
|
||||
|
||||
menu-1-0 ="shutdown"
|
||||
menu-1-0-exec ="~/dotfiles/scripts/pwr.sh -s"
|
||||
menu-1-1 ="restart"
|
||||
menu-1-1-exec ="~/dotfiles/scripts/pwr.sh -r"
|
||||
menu-1-2 ="hibernate"
|
||||
menu-1-2-exec ="~/dotfiles/scripts/pwr.sh -hb"
|
||||
menu-1-3 ="suspend"
|
||||
menu-1-3-exec ="~/dotfiles/scripts/pwr.sh -sd"
|
||||
menu-1-4 ="lock"
|
||||
menu-1-4-exec ="~/dotfiles/scripts/pwr.sh"
|
||||
|
||||
menu-2-0 ="toggle dunst notifications"
|
||||
menu-2-0-exec ="dunstctl set-paused toggle"
|
||||
menu-2-1 ="fortune"
|
||||
menu-2-1-exec =dunstify "$(fortune -n 50)"
|
|
@ -1,4 +0,0 @@
|
|||
[module/time]
|
||||
inherit = module/defaults
|
||||
exec = ~/dotfiles/scripts/polybar/time.sh
|
||||
format-prefix = "DATE "
|
|
@ -1,4 +0,0 @@
|
|||
[module/defaults]
|
||||
type = custom/script
|
||||
interval = 30
|
||||
format-prefix-foreground = ${colors.darkgrey}
|
Loading…
Reference in a new issue