aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-12-28 12:53:38 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-12-28 12:53:38 +0100
commit417b7409bc3ca13673103d4478d7e9a7dc5d3ae8 (patch)
tree4cfed1357f09f8d012ca8d42968e3e5515f1c5e8
parent9f0f76dc27e134860658a931e2bd572db7b9c804 (diff)
Removed i3 configuration from polybar
-rw-r--r--polybar/.config/polybar/i3.ini86
1 files changed, 0 insertions, 86 deletions
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
-