summaryrefslogtreecommitdiff
path: root/.config/polybar/config
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-08-04 06:05:28 +0000
committerlistout <listout@protonmail.com>2022-09-01 10:56:31 +0000
commitad3fef79f8fabf17e3a824cb71362cc095c9c298 (patch)
tree89892c297dc08c55d318928dc7fb6f71c4f00aff /.config/polybar/config
parentafd6d0c693ba558e2795350aa9a7d70d2a27d621 (diff)
downloaddots-ad3fef79f8fabf17e3a824cb71362cc095c9c298.tar.gz
sxhkd: use alt+tab to focus next/prev window in current desktop
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/polybar/config')
-rw-r--r--.config/polybar/config267
1 files changed, 0 insertions, 267 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
deleted file mode 100644
index a56c114..0000000
--- a/.config/polybar/config
+++ /dev/null
@@ -1,267 +0,0 @@
-;--------;
-; COLORS ;
-;--------;
-
-[colors]
-nord0 = #2e3440
-nord1 = #3b4252
-nord2 = #434c5e
-nord3 = #4c566a
-nord4 = #d8dee9
-nord5 = #e5e9f0
-nord6 = #eceff4
-nord7 = #8fbcbb
-nord8 = #88c0d0
-nord9 = #81a1c1
-nord10 = #5e81ac
-nord11 = #bf616a
-nord12 = #d08770
-nord13 = #ebcb8b
-nord14 = #a3be8c
-nord15 = #b48ead
-
-background-dark = ${colors.nord0}
-background = ${colors.nord3}
-background-light = ${colors.nord6}
-foreground = #fff
-primary = #4c566a
-secondary = #f05
-alert = #bd2c40
-accent = #bf616a
-
-red = ${colors.nord11}
-green = ${colors.nord14}
-orange = ${colors.nord12}
-yellow = ${colors.nord13}
-blue = ${colors.nord10}
-turkoise = ${colors.nord7}
-purple = ${colors.nord15}
-
-battery = ${colors.yellow}
-cpu = ${colors.red}
-ram = ${colors.green}
-temp = ${colors.orange}
-wifi = ${colors.blue}
-date = ${colors.turkoise}
-time = ${colors.purple}
-power = ${colors.nord6}
-
-[bar/mybar_external]
-
-;------------;
-; DIMENSIONS ;
-;------------;
-
-width = 100%
-height = 20
-offset-y = 0
-offset-x = 0
-
-border-size = 0
-
-background = ${colors.background-dark}
-foreground = ${colors.foreground}
-
-;----------;
-; LOCATION ;
-;----------;
-
-bottom = false
-monitor = HDMI-A-0
-override-redirect = false
-
-;-------;
-; FONTS ;
-;-------;
-
-font-0="mono:size=11;1"
-
-;---------;
-; MODULES ;
-;---------;
-
-modules-right=cpu temperature pulseaudio date
-modules-left=battery network memory
-modules-center=bspwm
-
-[bar/mybar]
-
-;------------;
-; DIMENSIONS ;
-;------------;
-
-width = 100%
-height = 20
-offset-y = 0
-offset-x = 0
-
-border-size = 0
-
-background = ${colors.background-dark}
-foreground = ${colors.foreground}
-
-;----------;
-; LOCATION ;
-;----------;
-
-bottom = false
-monitor = eDP
-override-redirect = false
-
-;-------;
-; FONTS ;
-;-------;
-
-font-0="Dina:pixelsize=11;1"
-
-;---------;
-; MODULES ;
-;---------;
-
-modules-right=cpu temperature pulseaudio date
-modules-left=battery network memory
-modules-center=bspwm
-
-
-;---------------;
-; MISCELLANEOUS ;
-;---------------;
-
-fixed-center = true
-tray-position = right
-tray-detached = false
-module-margin-left = 1
-
-[module/battery]
-type=internal/battery
-
-battery=BAT0
-adapter=AC
-
-poll-interval=5
-full-at=98
-
-time-format=%H:%M
-
-label-discharging=%time% %percentage%
-label-charging=%time% %percentage%
-label-full=BAT0: %percentage%
-
-label-full-foreground = ${colors.foreground}
-label-full-background = ${colors.background-dark}
-label-full-padding = 2
-
-label-charging-foreground = ${colors.foreground}
-label-charging-background = ${colors.background-dark}
-label-charging-padding = 2
-
-label-discharging-foreground = ${colors.foreground}
-label-discharging-background = ${colors.background-dark}
-label-discharging-padding = 2
-
-format-discharging=<label-discharging>
-format-charging=<label-charging>
-format-full=<label-full>
-
-[module/date]
-type=internal/date
-interval=1.0
-date=%A %d
-time=%I:%M
-time-alt=%I:%M:%S %A, %d %B %Y
-
-format=<label>
-label=%date% %time%
-label-foreground = ${colors.foreground}
-label-background = ${colors.background-dark}
-label-padding = 2
-
-[module/temperature]
-type=internal/temperature
-interval=1.0
-hwmon-path=${env:HWMON_PATH}
-base-temperature=38
-warn-temperature=70
-format=<label>
-format-warn=<label-warn>
-label=Temp: %temperature-c%
-label-warn=TEMP: %temperature-c%
-
-label-foreground = ${colors.foreground}
-label-background = ${colors.background-dark}
-label-padding = 2
-label-warn-foreground = ${colors.foreground}
-label-warn-background = ${colors.background-dark}
-label-warn-padding = 2
-
-[module/cpu]
-type=internal/cpu
-interval=0.5
-format=<label>
-label=CPU: %percentage%%
-
-label-foreground = ${colors.foreground}
-label-background = ${colors.background-dark}
-label-padding = 2
-
-[module/memory]
-type=internal/memory
-interval=3
-format=<label>
-label=Mem: %gb_used%
-
-label-foreground = ${colors.foreground}
-label-background = ${colors.background-dark}
-label-padding = 2
-
-[module/pulseaudio]
-type=internal/pulseaudio
-format=<label-volume>
-label-volume=Vol: %percentage%%
-label-muted=muted
-click-right=pavucontrol
-
-label-volume-foreground = ${colors.foreground}
-label-volume-background = ${colors.background-dark}
-label-volume-padding = 2
-
-label-muted-foreground = ${colors.foreground}
-label-muted-background = ${colors.background-dark}
-label-muted-padding = 2
-
-[module/bspwm]
-type=internal/bspwm
-
-pin-workspaces = true
-
-format=<label-state> <label-mode>
-label-focused=%name%
-label-focused-padding=2
-label-occupied=%name%
-label-occupied-padding=2
-label-empty=%name%
-label-empty-padding=2
-
-label-focused-foreground = ${colors.nord4}
-label-focused-background = ${colors.background-dark}
-label-occupied-foreground = ${colors.nord7}
-label-occupied-background = ${colors.background-dark}
-label-empty-foreground = ${colors.nord10}
-label-empty-background = ${colors.background-dark}
-
-[module/network]
-type=internal/network
-interface=wlp2s0
-interval=1.0
-label-connected=%essid% %local_ip%
-label-disconnected=""
-
-label-connected-foreground = ${colors.foreground}
-label-connected-background = ${colors.background-dark}
-label-connected-padding = 2
-
-label-disconnected-foreground = ${colors.foreground}
-label-disconnected-background = ${colors.background-dark}
-label-disconnected-padding = 2
-
-; vim: set ft=dosini nomodeline: