summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2020-04-12 17:04:24 -0500
committerBobby Bingham <koorogi@koorogi.info>2021-02-06 10:40:49 -0600
commit0504f3e2a4e837823fe7e54ae9b32d431ff4df9d (patch)
treead54c7190dad715d9cd53690a346de06e66535e0 /desktop
parent389e5e5ebff62882a4dcb1bb573e33044b6d1268 (diff)
desktop: switch to polybar
Diffstat (limited to 'desktop')
-rw-r--r--desktop/.config/i3/config9
-rw-r--r--desktop/.config/i3status/config45
-rw-r--r--desktop/.config/polybar/config353
3 files changed, 356 insertions, 51 deletions
diff --git a/desktop/.config/i3/config b/desktop/.config/i3/config
index e9957d1..2eb564f 100644
--- a/desktop/.config/i3/config
+++ b/desktop/.config/i3/config
@@ -8,6 +8,9 @@ set $mod Mod4
# is used in the bar {} block below.
font pango:monospace 12
+# status bar
+exec --no-startup-id polybar example
+
# Use pactl to adjust volume in PulseAudio.
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
@@ -142,9 +145,3 @@ client.focused #af56d8 #5e1082 #ffffff #af56d8 #5e1082
client.urgent #d856c0 #82106d #ffffff #d856c0 #82106d
client.focused_inactive #5e1082 #35253d #926da3 #5e1082 #35253d
client.unfocused #4c6470 #29253d #6d92a3 #105e82 #25353d
-
-# Start i3bar to display a workspace bar (plus the system information i3status
-# finds out, if available)
-bar {
- status_command i3status -c ~/.config/i3status/config
-}
diff --git a/desktop/.config/i3status/config b/desktop/.config/i3status/config
deleted file mode 100644
index c5f93aa..0000000
--- a/desktop/.config/i3status/config
+++ /dev/null
@@ -1,45 +0,0 @@
-order += "wireless wlan0"
-order += "battery 1"
-order += "cpu_temperature 0"
-order += "cpu_usage"
-order += "load"
-order += "tztime local"
-order += "volume master"
-
-wireless wlan0 {
- format_up = "%ip @ %essid (%quality)"
- format_down = "W: down"
-}
-
-battery 1 {
- format = "%status %percentage %remaining"
- format_down = "No battery"
- hide_seconds = true
- path = "/sys/class/power_supply/BAT%d/uevent"
- low_threshold = 15
- integer_battery_capacity = true
- status_chr = "CHR"
- status_bat = "BAT"
- status_full = "FULL"
-}
-
-tztime local {
- format = "%Y-%m-%d %H:%M"
-}
-
-load {
- format = "%1min"
-}
-
-cpu_temperature 0 {
- format = "%degrees °C"
- max_threshold = 65
-}
-
-volume master {
- format = "♪: %volume"
- format_muted = "♪: %volume [M]"
- device = "default"
- mixer = "Master"
- mixer_idx = 0
-}
diff --git a/desktop/.config/polybar/config b/desktop/.config/polybar/config
new file mode 100644
index 0000000..df76552
--- /dev/null
+++ b/desktop/.config/polybar/config
@@ -0,0 +1,353 @@
+;==========================================================
+;
+;
+; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
+; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
+; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
+; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
+; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
+; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
+;
+;
+; To learn more about how to configure Polybar
+; go to https://github.com/polybar/polybar
+;
+; The README contains a lot of information
+;
+;==========================================================
+
+[colors]
+;background = ${xrdb:color0:#222}
+background = #222
+background-alt = #444
+;foreground = ${xrdb:color7:#222}
+foreground = #dfdfdf
+foreground-alt = #555
+primary = #ffb52a
+secondary = #e60053
+alert = #bd2c40
+red = #bd2c40
+yellow = #ffb52a
+green = #55aa55
+blue = #5555cc
+icon = #888
+
+[bar/example]
+;monitor = ${env:MONITOR:HDMI-1}
+width = 100%
+height = 27
+;offset-x = 1%
+;offset-y = 1%
+;radius = 6.0
+fixed-center = false
+
+background = ${colors.background}
+foreground = ${colors.foreground}
+
+line-size = 0
+line-color = #f00
+
+border-size = 1
+border-color = ${colors.background}
+border-bottom-color = #9f78e1
+;${colors.foreground-alt}
+;#00000000
+
+padding-left = 1
+padding-right = 1
+
+module-margin-left = 2
+module-margin-right = 2
+
+font-0 = monospace:size=10;1
+font-1 = "Noto Sans Symbols:size=9;1"
+font-2 = "Font Awesome 5 Free:weight=bold:size=11"
+
+modules-left = i3 mpd
+modules-center =
+modules-right = backlight-acpi pulseaudio memory cpu wlan battery date powermenu
+
+tray-position = right
+tray-padding = 2
+;tray-background = #0063ff
+
+;wm-restack = bspwm
+;wm-restack = i3
+
+;override-redirect = true
+
+;scroll-up = bspwm-desknext
+;scroll-down = bspwm-deskprev
+
+;scroll-up = i3wm-wsnext
+;scroll-down = i3wm-wsprev
+
+cursor-click = pointer
+cursor-scroll = ns-resize
+
+[module/xwindow]
+type = internal/xwindow
+label = %title:0:30:...%
+
+[module/i3]
+type = internal/i3
+format = <label-state> <label-mode>
+index-sort = true
+wrapping-scroll = false
+
+format-underline-size = 2
+
+; Only show workspaces on the same output as the bar
+;pin-workspaces = true
+
+label-mode-padding = 1
+label-mode-foreground = #000
+label-mode-background = ${colors.primary}
+
+; focused = Active workspace on focused monitor
+label-focused = %index%
+label-focused-background = ${colors.background-alt}
+label-focused-underline= ${colors.primary}
+label-focused-padding = 1
+
+; unfocused = Inactive workspace on any monitor
+label-unfocused = %index%
+label-unfocused-padding = 1
+
+; visible = Active workspace on unfocused monitor
+label-visible = %index%
+label-visible-background = ${self.label-focused-background}
+label-visible-underline = ${self.label-focused-underline}
+label-visible-padding = ${self.label-focused-padding}
+
+; urgent = Workspace with urgency hint set
+label-urgent = %index%
+label-urgent-background = ${colors.alert}
+label-urgent-padding = 1
+
+; Separator in between workspaces
+; label-separator = |
+
+
+[module/mpd]
+type = internal/mpd
+host = /home/koorogi/.mpd/socket
+format-online = <icon-prev> <icon-stop> <toggle> <icon-next> <label-song> <bar-progress> <label-time>
+
+icon-prev-foreground = ${colors.icon}
+icon-prev = 
+icon-stop-foreground = ${colors.icon}
+icon-stop = 
+icon-play-foreground = ${colors.icon}
+icon-play = 
+icon-pause-foreground = ${colors.icon}
+icon-pause = 
+icon-next-foreground = ${colors.icon}
+icon-next = 
+
+label-time-font = 5
+label-time-foreground = ${colors.foreground-alt}
+
+label-song = "𝄞 %artist% - %title%"
+label-song-maxlen = 75
+label-song-ellipsis = true
+
+bar-progress-width = 10
+bar-progress-indicator = |
+bar-progress-indicator-foreground = #fff
+bar-progress-indicator-font = 2
+bar-progress-fill = ─
+bar-progress-fill-font = 2
+bar-progress-fill-foreground = ${colors.red}
+bar-progress-empty = ─
+bar-progress-empty-font = 2
+bar-progress-empty-foreground = ${colors.foreground-alt}
+
+[module/xbacklight]
+type = internal/xbacklight
+
+format = <label> <bar>
+format-prefix = " "
+format-prefix-foreground = ${colors.icon}
+
+label = %percentage%%
+
+bar-width = 10
+bar-indicator = |
+bar-indicator-foreground = #fff
+bar-indicator-font = 2
+bar-fill = ─
+bar-fill-font = 2
+bar-fill-foreground = #9f78e1
+bar-empty = ─
+bar-empty-font = 2
+bar-empty-foreground = ${colors.foreground-alt}
+
+[module/backlight-acpi]
+inherit = module/xbacklight
+type = internal/backlight
+card = amdgpu_bl0
+
+[module/cpu]
+type = internal/cpu
+interval = 2
+format-prefix = " "
+format-prefix-foreground = ${colors.icon}
+format-underline = #f90000
+label = %percentage:2%%
+
+[module/memory]
+type = internal/memory
+interval = 2
+format-prefix = " "
+format-prefix-foreground = ${colors.icon}
+format-underline = #4bffdc
+label = %percentage_used%%
+
+[module/wlan]
+type = internal/network
+interface = wlan0
+interval = 3.0
+
+format-connected-prefix = " "
+format-connected-prefix-foreground = ${colors.blue}
+
+;format-connected = <ramp-signal> <label-connected>
+format-connected = <label-connected>
+format-connected-underline = #9f78e1
+label-connected = %essid%
+
+format-disconnected =
+;format-disconnected = <label-disconnected>
+;format-disconnected-underline = ${self.format-connected-underline}
+;label-disconnected = %ifname% disconnected
+;label-disconnected-foreground = ${colors.foreground-alt}
+
+ramp-signal-0 = 
+ramp-signal-1 = 
+ramp-signal-2 = 
+ramp-signal-3 = 
+ramp-signal-4 = 
+ramp-signal-foreground = ${colors.foreground-alt}
+
+[module/date]
+type = internal/date
+interval = 5
+
+date =
+date-alt = " %Y-%m-%d"
+
+time = %H:%M
+time-alt = %H:%M:%S
+
+format-prefix = 
+format-prefix-foreground = ${colors.icon}
+format-underline = #0a6cf5
+
+label = %date% %time%
+
+[module/pulseaudio]
+type = internal/pulseaudio
+
+format-volume = <label-volume> <bar-volume>
+format-volume-prefix = " "
+format-volume-prefix-foreground = ${colors.icon}
+
+label-volume = %percentage%%
+label-volume-foreground = ${root.foreground}
+
+format-muted-prefix = " "
+format-muted-prefix-foreground = ${colors.icon}
+label-muted = muted
+label-muted-foreground = #666
+
+bar-volume-width = 10
+bar-volume-foreground-0 = #55aa55
+bar-volume-foreground-1 = #55aa55
+bar-volume-foreground-2 = #55aa55
+bar-volume-foreground-3 = #55aa55
+bar-volume-foreground-4 = #55aa55
+bar-volume-foreground-5 = #f5a70a
+bar-volume-foreground-6 = #ff5555
+bar-volume-gradient = false
+bar-volume-indicator = |
+bar-volume-indicator-font = 2
+bar-volume-fill = ─
+bar-volume-fill-font = 2
+bar-volume-empty = ─
+bar-volume-empty-font = 2
+bar-volume-empty-foreground = ${colors.foreground-alt}
+
+[module/battery]
+type = internal/battery
+battery = BAT1
+adapter = ACAD
+full-at = 98
+
+time-format = %H:%M
+
+format-charging = <ramp-capacity><label-charging>
+format-charging-underline = ${colors.yellow}
+label-discharging = %percentage%% [%time%]
+
+format-discharging = <ramp-capacity><label-discharging>
+format-discharging-underline = ${colors.red}
+
+format-full-prefix = " "
+format-full-prefix-foreground = ${colors.yellow}
+format-full-underline = ${colors.green}
+
+ramp-capacity-0-background = ${colors.red}
+ramp-capacity-0 = "  "
+ramp-capacity-1-foreground = ${colors.red}
+ramp-capacity-1 = " "
+ramp-capacity-2-foreground = ${colors.yellow}
+ramp-capacity-2 = " "
+;ramp-capacity-3-foreground = ${colors.green}
+ramp-capacity-3 = " "
+;ramp-capacity-4-foreground = ${colors.green}
+ramp-capacity-4 = " "
+ramp-capacity-foreground = ${colors.icon}
+
+[module/powermenu]
+type = custom/menu
+
+expand-right = true
+
+format-spacing = 1
+
+label-open = 
+label-open-foreground = ${colors.secondary}
+label-close = ✕ cancel
+label-close-foreground = ${colors.secondary}
+label-separator = |
+label-separator-foreground = ${colors.foreground-alt}
+
+menu-0-0 = reboot
+menu-0-0-exec = menu-open-1
+menu-0-1 = power off
+menu-0-1-exec = menu-open-2
+
+menu-1-0 = cancel
+menu-1-0-exec = menu-open-0
+menu-1-1 = reboot
+menu-1-1-exec = sudo reboot
+
+menu-2-0 = power off
+menu-2-0-exec = sudo poweroff
+menu-2-1 = cancel
+menu-2-1-exec = menu-open-0
+
+[settings]
+screenchange-reload = true
+;compositing-background = xor
+;compositing-background = screen
+;compositing-foreground = source
+;compositing-border = over
+;pseudo-transparency = false
+
+[global/wm]
+margin-top = 0
+margin-bottom = 2
+
+; vim:ft=dosini