Browse Source

updated things

master
Josh Fabean 4 years ago
parent
commit
8058ac36a3
5 changed files with 42 additions and 17 deletions
  1. +8
    -8
      .config/polybar/config
  2. +1
    -1
      .config/polybar/launch.sh
  3. +24
    -6
      .config/sway/golem-sway
  4. +7
    -2
      .config/waybar/config
  5. +2
    -0
      .config/waybar/style.css

+ 8
- 8
.config/polybar/config View File

@ -9,18 +9,18 @@
[colors]
;background = ${xrdb:color0:#222}
background = #0c1014
background-alt = #195466
background = #1d2021
background-alt = #17917a
;foreground = ${xrdb:color7:#222}
foreground = #dfdfdf
foreground-alt = #555
primary = #33859e
primary = #17917a
secondary = #e60053
alert = #bd2c40
[bar/hdmi0]
monitor = ${env:MONITOR:HDMI-0}
[bar/DP-1]
monitor = ${env:MONITOR:DP-1}
width = 100%
height = 27
;offset-x = 1%
@ -49,7 +49,7 @@ font-2 = DejaVue Sans Mono:pixelsize=10;1
modules-left = i3
modules-center =
modules-right =
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
@ -65,8 +65,8 @@ cursor-click = pointer
cursor-scroll = ns-resize
[bar/dvid0]
monitor = ${env:MONITOR:DVI-D-0}
[bar/DP-2]
monitor = ${env:MONITOR:DP-2}
width = 100%
height = 27
;offset-x = 1%


+ 1
- 1
.config/polybar/launch.sh View File

@ -7,7 +7,7 @@ killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar hdmi0 & polybar dvid0 &
polybar DP-1 & polybar DP-2 &
echo "Bars launched..."

+ 24
- 6
.config/sway/golem-sway View File

@ -219,10 +219,27 @@ bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
swaybar_command waybar
}
#bar {
# swaybar_command waybar
#}
#
#bar {
# position top
# status_command i3blocks
# font pango:Liberation 10, FontAwesome 12
# strip_workspace_numbers yes
#
# colors {
# separator #586e75
# background #0c1014
# statusline #aea79f
# focused_workspace #091f2e #091f2e #ffffff
# active_workspace #073642 #073642 #ffffff
# inactive_workspace #0c1014 #0c1014 #aea79f
# urgent_workspace #77216f #77216f #ffffff
# }
#}
# class border backgr. text indicator child_border
client.focused #FFFFFF #BF360C #fdf6e3 #FF0000 #FFFFFF
client.focused_inactive #073642 #FF9800 #93a1a1 #002b36 #073642
@ -233,9 +250,10 @@ client.urgent #dc322f #b71c1c #fdf6e3 #dc322f #dc322f
## Displays
############################
#HOME
output HDMI-A-2 pos 0 0 res 1920x1080
#output HDMI-A-2 pos 0 0 res 1920x1080
#output DP-1 pos 1920 0 res 1920x1200
output DP-1 pos 1920 0 res 3440x1440
output DP-1 pos 0 1080 res 3440x1440
output DP-2 pos 440 0 res 2560x1080
#FFICE
#output DVI-D-1 pos 0 0 res 1920x1080
#output HDMI-A-1 pos 0 0 res 1920x1080


+ 7
- 2
.config/waybar/config View File

@ -191,8 +191,9 @@
"default": "🎜"
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
//"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
"exec": "$HOME/.config/waybar/mediaplayer.py --player tuijam 2> /dev/null",
"on-click": "playerctl -p tuijam play-pause"
},
"custom/watson": {
"format": "{} ",
@ -205,5 +206,9 @@
"format": "",
"interval": 1000,
"on-click": "qalculate-gtk"
},
"custom/playerctl": {
"format": "{}",
"exec": ""
}
}

+ 2
- 0
.config/waybar/style.css View File

@ -134,6 +134,8 @@ label:focus {
#custom-media {
min-width: 100px;
padding-top: 5px;
padding-left: 15px;
}
#custom-media.custom-spotify {


Loading…
Cancel
Save