From 44f2a54e687ac5243e811196d860a840ce4d5cae Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 28 Apr 2019 11:44:56 -0400 Subject: fixed xsessions errors --- bspwm/.config/bspwm/autostart.sh | 4 +- polybar/.config/polybar/mybar | 626 +++++++++++++++++++-------------------- 2 files changed, 310 insertions(+), 320 deletions(-) diff --git a/bspwm/.config/bspwm/autostart.sh b/bspwm/.config/bspwm/autostart.sh index 8e06dcc..f394c9f 100755 --- a/bspwm/.config/bspwm/autostart.sh +++ b/bspwm/.config/bspwm/autostart.sh @@ -9,8 +9,8 @@ function run { fi } -run setxkbmap -layout us -variant altgr-intl -option caps:escape -run xmodmap -e 'keycode 135 = Super_R' +setxkbmap -layout us -variant altgr-intl -option caps:escape +xmodmap -e "keycode 135 = Super_R" run mpd run nm-applet run compton diff --git a/polybar/.config/polybar/mybar b/polybar/.config/polybar/mybar index 9d9eda3..24d7379 100644 --- a/polybar/.config/polybar/mybar +++ b/polybar/.config/polybar/mybar @@ -17,415 +17,405 @@ ;========================================================== [colors] - ;background = ${xrdb:color0:#222} - ;background = #222 - ;background-alt = #444 - ;;foreground = ${xrdb:color7:#222} - ;foreground = #dfdfdf - ;foreground-alt = #555 - ;primary = #ffb52a - ;secondary = #e60053 - ;alert = #bd2c40 - - # for semi transparency - background = #aa000000 - ;background = ${xrdb:color0:#222} - background-alt = ${xrdb:color3:#222} - foreground = ${xrdb:color7:#222} - foreground-alt = ${xrdb:color2:#222} - primary = ${xrdb:color1:#222} - secondary = ${xrdb:color2:#222} - highlight = ${xrdb:color5:#f00} - lowlight = ${xrdb:color6:#f00} - alert = #bd2c40 - - ;mpd_color = ${xrdb:color11} - mpd_color = ${self.lowlight} - bspwm_color = ${self.highlight} - bspwm_color_unfocused_bg= ${self.background} - i3_color = ${self.highlight} - i3_color_unfocused_fg = ${self.lowlight} - date_color = ${self.highlight} - filesystem_color = ${self.lowlight} - pulseaudio_color = ${self.highlight} - memory_color = ${self.lowlight} - wlan_color = ${self.lowlight} - eth_color = ${self.lowlight} - battery_color = ${self.highlight} +;# for semi transparency +background = #aa000000 +;background = ${xrdb:color0:#222} +background-alt = ${xrdb:color3:#222} +foreground = ${xrdb:color7:#222} +foreground-alt = ${xrdb:color2:#222} +primary = ${xrdb:color1:#222} +secondary = ${xrdb:color2:#222} +highlight = ${xrdb:color5:#f00} +lowlight = ${xrdb:color6:#f00} +alert = #bd2c40 + +;mpd_color = ${xrdb:color11} +mpd_color = ${self.lowlight} +bspwm_color = ${self.highlight} +bspwm_color_unfocused_bg= ${self.background} +i3_color = ${self.highlight} +i3_color_unfocused_fg = ${self.lowlight} +date_color = ${self.highlight} +filesystem_color = ${self.lowlight} +pulseaudio_color = ${self.highlight} +memory_color = ${self.lowlight} +wlan_color = ${self.lowlight} +eth_color = ${self.lowlight} +battery_color = ${self.highlight} [bar/mybar] - monitor = ${env:MONITOR:fallback-value} - width = 100% - height = 30 - offset-x = 0% - offset-y = 0% - radius = 1.0 - fixed-center = false +monitor = ${env:MONITOR:fallback-value} +width = 100% +height = 30 +offset-x = 0% +offset-y = 0% +radius = 1.0 +fixed-center = false - background = ${colors.background} - foreground = ${colors.foreground} +background = ${colors.background} +foreground = ${colors.foreground} - line-size = 2 - line-color = #f00 +line-size = 2 +line-color = #f00 - border-size = 0 - border-color = #00000000 +border-size = 0 +border-color = #00000000 - padding-left = 1 - padding-right = 1 +padding-left = 1 +padding-right = 1 - module-margin-left = 1 - module-margin-right = 1 +module-margin-left = 1 +module-margin-right = 1 - font-0 = Source Code Pro:style=Regular:size=12:weight=Bold - ;font-0 = fixed:pixelsize=14;1 - font-1 = unifont:fontformat=truetype:size=14:antialias=false;0 - font-2 = siji:pixelsize=14;1 +font-0 = Source Code Pro:style=Regular:size=12:weight=Bold +;font-0 = fixed:pixelsize=14;1 +font-1 = unifont:fontformat=truetype:size=14:antialias=false;0 +font-2 = siji:pixelsize=14;1 - modules-left = mpd - modules-center = bspwm i3 date - modules-right = filesystem pulseaudio memory wlan eth battery +modules-left = mpd +modules-center = bspwm i3 date +modules-right = filesystem pulseaudio memory wlan eth battery - tray-position = right - tray-padding = 1 - tray-background = ${colors.background} +tray-position = right +tray-padding = 1 +tray-background = ${colors.background} - ;wm-restack = bspwm - ;wm-restack = i3 +;wm-restack = bspwm +;wm-restack = i3 - ;override-redirect = true +;override-redirect = true - ;scroll-up = bspwm-desknext - ;scroll-down = bspwm-deskprev +;scroll-up = bspwm-desknext +;scroll-down = bspwm-deskprev - ;scroll-up = i3wm-wsnext - ;scroll-down = i3wm-wsprev +;scroll-up = i3wm-wsnext +;scroll-down = i3wm-wsprev - cursor-click = pointer - cursor-scroll = ns-resize +cursor-click = pointer +cursor-scroll = ns-resize [module/xwindow] - type = internal/xwindow - label = %title:0:30:...% +type = internal/xwindow +label = %title:0:30:...% [module/xkeyboard] - type = internal/xkeyboard - blacklist-0 = num lock +type = internal/xkeyboard +blacklist-0 = num lock - format-prefix = " " - format-prefix-foreground = ${colors.foreground-alt} - format-prefix-underline = ${colors.secondary} +format-prefix = " " +format-prefix-foreground = ${colors.foreground-alt} +format-prefix-underline = ${colors.secondary} - label-layout = %layout% - label-layout-underline = ${colors.secondary} +label-layout = %layout% +label-layout-underline = ${colors.secondary} - label-indicator-padding = 2 - label-indicator-margin = 1 - label-indicator-background = ${colors.secondary} - label-indicator-underline = ${colors.secondary} +label-indicator-padding = 2 +label-indicator-margin = 1 +label-indicator-background = ${colors.secondary} +label-indicator-underline = ${colors.secondary} [module/filesystem] - type = internal/fs - interval = 25 - mount-0 = / +type = internal/fs +interval = 25 +mount-0 = / - label-mounted = %mountpoint%: %percentage_used% - label-unmounted = %mountpoint% not mounted - label-unmounted-foreground = ${colors.foreground-alt} - label-mounted-foreground = ${colors.filesystem_color} +label-mounted = %mountpoint%: %percentage_used% +label-unmounted = %mountpoint% not mounted +label-unmounted-foreground = ${colors.foreground-alt} +label-mounted-foreground = ${colors.filesystem_color} [module/bspwm] - type = internal/bspwm +type = internal/bspwm - label-focused = %name% - label-focused-background = ${colors.bspwm_color} - label-focused-padding = 2 +label-focused = %name% +label-focused-background = ${colors.bspwm_color} +label-focused-padding = 2 - label-dimmed-background = ${colors.bspwm_color_unfocused_bg} +label-dimmed-background = ${colors.bspwm_color_unfocused_bg} - ; Only show workspaces on the same output as the bar - pin-workspaces = true +; Only show workspaces on the same output as the bar +pin-workspaces = true - label-occupied = %name% - label-occupied-padding = 1 +label-occupied = %name% +label-occupied-padding = 1 - label-urgent = %name%! - label-urgent-background = ${colors.alert} - label-urgent-padding = 2 +label-urgent = %name%! +label-urgent-background = ${colors.alert} +label-urgent-padding = 2 - label-empty = - ;label-empty-foreground = ${colors.foreground-alt} - label-empty-padding = 1 +label-empty = +;label-empty-foreground = ${colors.foreground-alt} +label-empty-padding = 1 - ; Separator in between workspaces - ; label-separator = | +; Separator in between workspaces +; label-separator = | [module/i3] - type = internal/i3 - format = - index-sort = true - wrapping-scroll = false +type = internal/i3 +format = +index-sort = true +wrapping-scroll = false - ; Only show workspaces on the same output as the bar - pin-workspaces = true +; Only show workspaces on the same output as the bar +pin-workspaces = true - label-mode-padding = 2 - label-mode-foreground = #000 - label-mode-background = ${colors.primary} +label-mode-padding = 2 +label-mode-foreground = #000 +label-mode-background = ${colors.primary} - ; focused = Active workspace on focused monitor - label-focused = %index% - label-focused-background = ${colors.i3_color} - label-focused-padding = ${module/bspwm.label-focused-padding} +; focused = Active workspace on focused monitor +label-focused = %index% +label-focused-background = ${colors.i3_color} +label-focused-padding = ${module/bspwm.label-focused-padding} - ; unfocused = Inactive workspace on any monitor - label-unfocused = %index% - label-unfocused-padding = ${module/bspwm.label-occupied-padding} - label-unfocused-foreground = ${colors.i3_color_unfocused_fg} +; unfocused = Inactive workspace on any monitor +label-unfocused = %index% +label-unfocused-padding = ${module/bspwm.label-occupied-padding} +label-unfocused-foreground = ${colors.i3_color_unfocused_fg} - ; visible = Active workspace on unfocused monitor - label-visible = %index% - label-visible-foreground = ${colors.i3_color_unfocused_fg} - label-visible-padding = ${self.label-focused-padding} +; visible = Active workspace on unfocused monitor +label-visible = %index% +label-visible-foreground = ${colors.i3_color_unfocused_fg} +label-visible-padding = ${self.label-focused-padding} - ; urgent = Workspace with urgency hint set - label-urgent = %index% - label-urgent-background = ${module/bspwm.label-urgent-background} - label-urgent-padding = ${module/bspwm.label-urgent-padding} +; urgent = Workspace with urgency hint set +label-urgent = %index% +label-urgent-background = ${module/bspwm.label-urgent-background} +label-urgent-padding = ${module/bspwm.label-urgent-padding} - ; Separator in between workspaces - ; label-separator = | +; Separator in between workspaces +; label-separator = | [module/mpd] - type = internal/mpd - format-online = - format-online-foreground = ${colors.mpd_color} - - icon-play = ▶ - icon-pause =  - icon-stop = ⏹ - icon-prev = ⏮ - icon-next = ⏭ - icon-seekb = ⏪ - icon-seekf = ⏩ - icon-random = 🔀 - icon-repeat = 🔁 - icon-repeatone = 🔂 - - label-offline = 🎜 mpd is offline - - label-song = %artist% - %title% - label-song-maxlen = 50 - label-song-ellipsis = true - - toggle-on-foreground = #ff - toggle-off-foreground = #55 - - bar-progress-width = 10 - bar-progress-indicator = | - bar-progress-fill = ─ - bar-progress-empty = ─ +type = internal/mpd +format-online = +format-online-foreground = ${colors.mpd_color} + +icon-play = ▶ +icon-pause =  +icon-stop = ⏹ +icon-prev = ⏮ +icon-next = ⏭ +icon-seekb = ⏪ +icon-seekf = ⏩ +icon-random = 🔀 +icon-repeat = 🔁 +icon-repeatone = 🔂 + +label-offline = 🎜 mpd is offline + +label-song = %artist% - %title% +label-song-maxlen = 50 +label-song-ellipsis = true + +toggle-on-foreground = #ff +toggle-off-foreground = #55 + +bar-progress-width = 10 +bar-progress-indicator = | +bar-progress-fill = ─ +bar-progress-empty = ─ [module/xbacklight] - type = internal/xbacklight - - format =