From 569d1ef6983c7aa39f778513a9f8e4cd251f7d6a Mon Sep 17 00:00:00 2001 From: Spacedio Date: Sun, 22 Feb 2026 10:07:58 -0500 Subject: Initial commit --- polybar/.config/polybar/colors.ini | 51 ++++++++ polybar/.config/polybar/config.ini | 222 +++++++++++++++++++++++++++++++++ polybar/.config/polybar/launch.sh | 16 +++ polybar/.config/polybar/scripts/mic.sh | 23 ++++ 4 files changed, 312 insertions(+) create mode 100644 polybar/.config/polybar/colors.ini create mode 100644 polybar/.config/polybar/config.ini create mode 100755 polybar/.config/polybar/launch.sh create mode 100755 polybar/.config/polybar/scripts/mic.sh (limited to 'polybar/.config') diff --git a/polybar/.config/polybar/colors.ini b/polybar/.config/polybar/colors.ini new file mode 100644 index 0000000..0ff5a29 --- /dev/null +++ b/polybar/.config/polybar/colors.ini @@ -0,0 +1,51 @@ +;;# Tokyo-night +;[colors] + +;foreground = #a9b1d6 +;foreground2 = #bbc2cf +;background = #1a1b26 + +;black = #32344a +;red = #f7768e +;green = #9ece6a +;yellow = #ebcb8c +;blue = #7aa2f7 +;magenta = #ad8ee6 +;cyan = #449dab +;white = #e5e9f0 + +;alert = #bd2c40 + + +;# Tokyo-night-storm +[colors] +foreground = #a9b1d6 +foreground2 = #bbc2cf +background = #24283b + +black = #414868 +red = #f7768e +green = #9ece6a +yellow = #e0af68 +blue = #7aa2f7 +magenta = #bb9af7 +cyan = #7dcfff +white = #e5e9f0 + +alert = #bd2c40 + +;;# Dracula +;background = #21222c +;foreground = #f8f8f2 + +;black = #21222c +;red = #ff5555 +;green = #50fa7b +;yellow = #f1fa8c +;blue = #bd93f9 +;magenta = #ff92df +;cyan = #8be9fd +;white = #f8f8f2 + + + diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini new file mode 100644 index 0000000..b6d3693 --- /dev/null +++ b/polybar/.config/polybar/config.ini @@ -0,0 +1,222 @@ +;========================================================== +; +; +; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ +; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ +; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ +; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ +; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ +; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ +; +; by husseinhareb :) +; +;========================================================== + +include-file = $HOME/.config/polybar/colors.ini + + +;[colors] +;background = #1E1E2E +;background-alt = #1E1E2E +;foreground = #C5C8C6 +;primary = #F0C674 +;secondary = #8ABEB7 +;alert = #A54242 +;disabled = #707880 +;white = #EAEAEA +;grey = #61616C +;green = #25D865 +;blue = #168ECA +;mauve = #490761 + +[settings] +screenchange-reload = true +pseudo-transparency = true + +[bar/main] + +width = 100% +height = 30pt +radius = 0 +;cursor-click = pointer +background = ${colors.background} +foreground = ${colors.foreground} + +font-0 = "Hasklug Nerd Font:weight=Regular:size=12" +font-1 = "Symbols Nerd Font Mono:size=14" + +line-size = 4pt + +;border-size = 1pt +;border-color = #0000000 + +padding-left = 1 +padding-right = 1 + +module-margin = 0 + + +;border-bottom-size = 1 +;border-bottom-color = ${colors.background2} + +;padding-left = 1 +;padding-right = 1 +;module-margin = 1 + +modules-left = void space space date space space xwindow +modules-center = xworkspaces +modules-right = cpu space space memory space separator space mic space space pulseaudio space separator space wlan space separator space battery space + +;modules-right = pulseaudio cpu memory wlan battery date + +[module/xworkspaces] +type = internal/xworkspaces + +label-active =  +label-active-padding = 1 +label-active-foreground = ${colors.disabled} +label-active-font = 1 + +label-occupied =  +label-occupied-padding = 1 +label-occupied-font = 1 + +label-empty =  +label-empty-background = ${colors.background} +label-empty-padding = 1 +label-empty-font = 1 + +[module/xwindow] +type = internal/xwindow +label = %title:0:60:...% +label-foreground = ${colors.white} + +[network-base] +type = internal/network +interval = 5 +format-connected = +format-disconnected = +label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected + +[module/cpu] +type = internal/cpu +interval = 2 +format-prefix = "CPU " +format-prefix-foreground = ${colors.primary} +label = %percentage:2%% + +[module/wlan] +inherit = network-base +interface-type = wireless +label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip% + +[module/memory] +type = internal/memory +interval = 2 +;format-prefix = " " +format-prefix-foreground = ${colors.magenta} +label = %gb_used% %percentage_used%% +label-foreground = ${colors.foreground} + +;[module/wlan] +;inherit = network-base +;interface-type = wireless + +;interval = 1 +;format-connected-prefix-foreground = ${colors.white} +;format-connected-foreground = ${colors.white} +;format-connected = +;label-connected = 󰖩 +;label-connected-padding = 0 + +;format-disconnected = +;format-disconnected-padding = 0 +;label-disconnected = 󰖪 +;label-disconnected-foreground = ${colors.white} +;label-disconnected-padding = 0 + +[module/mic] +type = custom/script +exec = ~/.config/polybar/scripts/mic.sh +interval = 1 # Update interval in seconds +format-foreground = ${colors.foreground} +format =