From 417b7409bc3ca13673103d4478d7e9a7dc5d3ae8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 28 Dec 2022 12:53:38 +0100 Subject: Removed i3 configuration from polybar --- polybar/.config/polybar/i3.ini | 86 ------------------------------------------ 1 file changed, 86 deletions(-) delete mode 100644 polybar/.config/polybar/i3.ini (limited to 'polybar/.config') diff --git a/polybar/.config/polybar/i3.ini b/polybar/.config/polybar/i3.ini deleted file mode 100644 index 890b460..0000000 --- a/polybar/.config/polybar/i3.ini +++ /dev/null @@ -1,86 +0,0 @@ -[bar/i3] -width = 100% -height = 25 -offset-y = 0 - -; Prefer fixed center position for the `modules-center` block -; When false, the center position will be based on the size of the other blocks. -; fixed-center = true - -background = ${colors.background} -foreground = ${colors.foreground} - -overline-size = 2 -overline-color = #f00 -underline-size = 2 -underline-color = #00f - -border-bottom-size = 0 -border-bottom-color = #333 - -spacing = 0 -padding-left = 0 -padding-right = 0 -module-margin-left = 1 -module-margin-right = 1 - -font-0 = Dejavu Sans Mono:size=12 -font-1 = materialdesignicons:size=16 - -modules-left = i3 -#modules-center = -modules-right = mopidy date - -tray-position = right -tray-padding = 2 -;tray-transparent = true -;tray-background = #0063ff - -;wm-restack = bspwm -;wm-restack = i3 - -;override-redirect = true - -scroll-up = "#i3.prev" -scroll-down = "#i3.next" - -[module/i3] -label = %icon%%name% -padding = 2 -label-active-font = 0 -type = internal/i3 -index-sort = false -wrapping-scroll = false - -label-mode = %mode% -label-mode-padding = 2 -#label-mode-foreground = #000000 -#label-mode-background = ${colors.primary} - -label-focused = ${self.label} -label-focused-background = ${colors.background-emph} -label-focused-padding = ${self.padding} -label-focused-foreground = ${colors.foreground-alt} - -label-unfocused = ${self.label} -label-unfocused-padding = ${self.padding} -label-unfocused-background = ${colors.background-alt} -label-unfocused-foreground = ${colors.foreground} - -label-urgent = ${self.label} -label-urgent-background = ${colors.alert} -label-urgent-foreground = ${colors.foreground-alt} -label-urgent-padding = ${self.padding} - -label-visible = ${self.label} -label-visible-background = ${self.label-focused-background} -label-visible-padding = ${self.padding} - -strip-wsnumbers = true -fuzzy-match = true - -; Separator in between workspaces -#label-separator = "x" -#label-separator-padding = 1 -#label-separator-foreground = #ffb52a - -- cgit v1.2.3