Browse Source

removed ubuntu things

master
Josh Fabean 5 years ago
parent
commit
423132d0f6
3 changed files with 38 additions and 134 deletions
  1. +38
    -106
      .config/polybar/config
  2. +0
    -15
      .config/polybar/ubuntu-multi.sh
  3. +0
    -13
      .config/polybar/ubuntu-single.sh

+ 38
- 106
.config/polybar/config View File

@ -112,7 +112,9 @@ cursor-click = pointer
cursor-scroll = ns-resize
[bar/edp1]
; Sway main screen
[bar/swayarchsingle]
monitor = ${env:MONITOR:eDP-1}
width = 100%
height = 30
@ -153,10 +155,12 @@ cursor-scroll = ns-resize
[bar/dp2]
monitor = ${env:MONITOR:DP-2}
[bar/edp1]
monitor = ${env:MONITOR:eDP-1}
width = 100%
height = 27
height = 30
;offset-x = 1%
;offset-y = 1%
radius = 0
@ -177,31 +181,25 @@ padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = "Wuncon Siji:pixelsize=10;1"
font-0 = FiraCode:pixelsize=15;1
font-1 = FontAwesome:pixelsize=15;2
font-2 = "Wuncon Siji:pixelsize=15;1"
modules-left = i3
modules-center = mpd
; modules-right = filesystem xbacklight volume memory cpu wlan eth battery temperature date
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
;wm-restack = i3
;override-redirect = true
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
cursor-click = pointer
cursor-scroll = ns-resize
[bar/dp1]
monitor = ${env:MONITOR:DP-1}
[bar/dp2]
monitor = ${env:MONITOR:DP-2}
width = 100%
height = 27
;offset-x = 1%
@ -247,118 +245,52 @@ tray-padding = 0
cursor-click = pointer
cursor-scroll = ns-resize
; Ubuntu Configs
;
;
;
[bar/ubuntudp0]
monitor = ${env:MONITOR:DisplayPort-0}
[bar/dp1]
monitor = ${env:MONITOR:DP-1}
width = 100%
height = 20
height = 27
;offset-x = 1%
;offset-y = 1%
radius = 0
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=12;1
font-1 = FontAwesome:pixelsize=12;2
font-2 = "Wuncon Siji:pixelsize=12;1"
modules-left = i3
modules-center = mpd
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
cursor-click = pointer
cursor-scroll = ns-resize
[bar/ubuntudp1]
monitor = ${env:MONITOR:DisplayPort-1}
width = 100%
height = 20
radius = 0
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=12;1
font-1 = FontAwesome:pixelsize=12;2
font-2 = "Wuncon Siji:pixelsize=12;1"
modules-left = i3
modules-center = mpd
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
cursor-click = pointer
[bar/ubuntuedpmulti]
monitor = ${env:MONITOR:eDP}
width = 100%
height = 30
radius = 0
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=15;1
font-1 = FontAwesome:pixelsize=15;2
font-2 = "Wuncon Siji:pixelsize=15;1"
modules-left = i3
modules-center =
modules-right =
tray-position = right
tray-padding = 0
cursor-click = pointer
cursor-scroll = ns-resize
[bar/ubuntuedpsingle]
monitor = ${env:MONITOR:eDP}
width = 100%
height = 30
radius = 0
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=15;1
font-1 = FontAwesome:pixelsize=15;2
font-2 = "Siji:pixelsize=15;1"
font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = "Wuncon Siji:pixelsize=10;1"
modules-left = i3
modules-center = mpd
; modules-right = filesystem xbacklight volume memory cpu wlan eth battery temperature date
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
cursor-click = pointer
;wm-restack = i3
;override-redirect = true
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
cursor-click = pointer
cursor-scroll = ns-resize
[module/xwindow]
type = internal/xwindow


+ 0
- 15
.config/polybar/ubuntu-multi.sh View File

@ -1,15 +0,0 @@
#!/usr/bin/env sh
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar ubuntudp0 &
polybar ubuntudp1 &
polybar ubuntuedpmulti &
echo "Bars launched..."

+ 0
- 13
.config/polybar/ubuntu-single.sh View File

@ -1,13 +0,0 @@
#!/usr/bin/env sh
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar ubuntuedpsingle &
echo "Bars launched..."

Loading…
Cancel
Save