Update Polybar

This commit is contained in:
The-Repo-Club 2023-09-08 22:55:35 +01:00
parent d2fed0d006
commit 12f5edc65a
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
9 changed files with 34 additions and 142 deletions

Binary file not shown.

View File

@ -1,112 +0,0 @@
[module/LeftArrow1_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
; format-background = ${color.bg}
[module/LeftArrow2_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.cyan}
format-background = ${color.red}
[module/LeftArrow3_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
format-background = ${color.cyan}
[module/LeftStripe_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.bg}
format-background = ${color.red}
[module/RightArrow1_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
; format-background = ${color.bg}
[module/RightArrow2_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.cyan}
format-background = ${color.red}
[module/RightArrow3_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
format-background = ${color.cyan}
[module/RightStripe_top]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.bg}
format-background = ${color.red}
[module/LeftArrow1_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
; format-background = ${color.bg}
[module/LeftArrow2_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.cyan}
format-background = ${color.red}
[module/LeftArrow3_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
format-background = ${color.cyan}
[module/LeftStripe_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.bg}
format-background = ${color.red}
[module/RightArrow1_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
; format-background = ${color.bg}
[module/RightArrow2_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.cyan}
format-background = ${color.red}
[module/RightArrow3_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.red}
format-background = ${color.cyan}
[module/RightStripe_bottom]
type = custom/text
label = "%{T7}%{T-}"
format = <label>
format-foreground = ${color.bg}
format-background = ${color.red}

View File

@ -16,7 +16,7 @@
bg = #283036
fg = #283036
fg-alt = #e5e9f0
mf = #dcf0ff
mf = #434c5e
ac = #81a0c1
;; Bars

View File

@ -315,43 +315,43 @@ reverse-scroll = false
fuzzy-match = false
ws-icon-1 = 1: Terminal;
ws-icon-2 = 2: Editor;
ws-icon-3 = 3: Files;
ws-icon-4 = 4: Graphics;
ws-icon-5 = 5: Music;
ws-icon-6 = 6: WebBrowser;
ws-icon-7 = 7: Mail;
ws-icon-8 = 8: Games;
ws-icon-9 = 9: Chat;
ws-icon-0 = 10: Settings;
ws-icon-default = "󰍹"
ws-icon-1 = 1: Terminal;%{F#59fff9}%{F-}
ws-icon-2 = 2: Editor;%{F#59ff59}%{F-}
ws-icon-3 = 3: Files;%{F#ff59f9}%{F-}
ws-icon-4 = 4: Graphics;%{F#ff5959}%{F-}
ws-icon-5 = 5: Music;%{F#ffff59}%{F-}
ws-icon-6 = 6: WebBrowser;%{F#59fff9}%{F-}
ws-icon-7 = 7: Mail;%{F#59ff59}%{F-}
ws-icon-8 = 8: Games;%{F#ff59f9}%{F-}
ws-icon-9 = 9: Chat;%{F#ff5959}%{F-}
ws-icon-0 = 10: Settings;%{F#ffff59}%{F-}
ws-icon-default = ;%{F#59ff59}󰍹%{F-}
format = <label-state><label-mode>
label-mode = %mode%
label-mode-padding = 1
label-mode-foreground = ${color.fg}
label-mode-background = ${color.cyan}
label-mode-background = ${color.mf}
label-focused = %icon% %name%
label-focused = %icon%
label-focused-foreground = ${color.fg}
label-focused-background = ${color.bright_cyan}
label-focused-underline = ${color.bright_cyan}
label-focused-background = ${color.mf}
label-focused-underline = ${color.mf}
label-focused-padding = 1
label-unfocused = %icon% %name%
label-unfocused = %icon%
label-unfocused-foreground = ${color.fg}
label-unfocused-background = ${color.cyan}
label-unfocused-underline = ${color.cyan}
label-unfocused-background = ${color.bg}
label-unfocused-underline = ${color.bg}
label-unfocused-padding = 1
label-visible = %icon% %name%
label-visible = %icon%
label-visible-foreground = ${color.fg}
label-visible-background = ${color.cyan}
label-visible-underline = ${color.cyan}
label-visible-background = ${color.bg}
label-visible-underline = ${color.bg}
label-visible-padding = 1
label-urgent = %icon% %name%
label-urgent = %icon%
label-urgent-foreground = ${color.fg}
label-urgent-background = ${color.red}
label-urgent-padding = 1

View File

@ -31,7 +31,6 @@ include-file = ~/.config/polybar/colors.ini
include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/user_modules.ini
include-file = ~/.config/polybar/bars.ini
include-file = ~/.config/polybar/arrows.ini
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View File

@ -31,7 +31,6 @@ include-file = ~/.config/polybar/colors.ini
include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/user_modules.ini
include-file = ~/.config/polybar/bars.ini
include-file = ~/.config/polybar/arrows.ini
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
@ -141,7 +140,7 @@ font-1 = "Wuncon Siji:antialias=true:size=8;2"
font-2 = "Hack Nerd Font Mono:antialias=true:size=16;2"
font-3 = "MaterialIcons:antialias=true:size=8;2"
font-4 = "xos4 Terminus:antialias=true:size=8;2"
font-5 = "Noto Sans CJK JP:antialias=true:size=7;2"
font-5 = "Noto Sans CJK JP:antialias=true:size=10;2"
font-6 = "FiraCode Nerd Font Mono:antialias=true:size=8;2"
; Modules are added to one of the available blocks
@ -165,9 +164,9 @@ font-6 = "FiraCode Nerd Font Mono:antialias=true:size=8;2"
;cpu_bar memory_bar filesystem_bar mpd_bar
;volume brightness battery_bar
modules-left = launcher_i RightArrow3_top launcher RightArrow2_top RightArrow3_top i3 RightArrow2_top power_i RightArrow1_top RightStripe_top RightArrow1_top
modules-left = launcher_i space i3 space power_i
modules-center =
modules-right = LeftArrow1_top LeftStripe_top LeftArrow1_top xcompmgr_i LeftArrow2_top xcompmgr LeftArrow3_top keyboard_i LeftArrow2_top keyboard LeftArrow3_top updates_i LeftArrow2_top updates LeftArrow3_top pulseaudio_hdmi_i LeftArrow2_top pulseaudio_hdmi LeftArrow3_top pulseaudio_analog_i LeftArrow2_top pulseaudio_analog LeftArrow3_top battery_i LeftArrow2_top battery LeftArrow3_top network_i LeftArrow2_top network LeftArrow3_top date_i LeftArrow2_top date
modules-right = xcompmgr_i xcompmgr space keyboard_i keyboard space updates_i updates space pulseaudio_hdmi_i pulseaudio_hdmi space pulseaudio_analog_i pulseaudio_analog space battery_i battery space network_i network space date_i date
; The separator will be inserted between the output of each module
separator =

View File

@ -31,7 +31,6 @@ include-file = ~/.config/polybar/colors.ini
include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/user_modules.ini
include-file = ~/.config/polybar/bars.ini
include-file = ~/.config/polybar/arrows.ini
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View File

@ -31,7 +31,6 @@ include-file = ~/.config/polybar/colors.ini
include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/user_modules.ini
include-file = ~/.config/polybar/bars.ini
include-file = ~/.config/polybar/arrows.ini
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View File

@ -215,6 +215,14 @@ format-background = ${color.red}
format-foreground = ${color.fg}
format-padding = 1
[module/space]
type = custom/text
format = " "
format-background = ${color.bg}
format-foreground = ${color.fg}
format-padding = 1
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
;; __________ ______
;; / ____/ __ \/ ____/