Added music support to status line
Reduced termite font to 10 Updated work monitor setup
This commit is contained in:
parent
face938ab3
commit
e847880b46
|
@ -21,7 +21,7 @@ bindsym $mod+n border normal
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font xft:DejaVu Sans Mono for Powerline 16
|
font xft:DejaVu Sans Mono for Powerline 14
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows
|
# Use Mouse+$mod to drag floating windows
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
@ -257,17 +257,18 @@ bar {
|
||||||
status_command /usr/bin/i3status-rs /home/jfm/.config/i3status-rs/config.toml
|
status_command /usr/bin/i3status-rs /home/jfm/.config/i3status-rs/config.toml
|
||||||
position bottom
|
position bottom
|
||||||
|
|
||||||
font xft:DejaVu Sans Mono for Powerline, FontAwesome 16
|
font xft:DejaVu Sans Mono for Powerline, FontAwesome 14
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
|
tray_output primary
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #002b36
|
background #002b36
|
||||||
statusline #F9FAF9
|
statusline #F9FAF9
|
||||||
separator #454947
|
separator #454947
|
||||||
|
|
||||||
# border backgr. text
|
# border backgr. text
|
||||||
focused_workspace #b58900 #b58900 #002b36
|
focused_workspace #93a1a1 #93a1a1 #fdf6e3
|
||||||
active_workspace #b58900 #002b36 #b58900
|
active_workspace #93a1a1 #002b36 #93a1a1
|
||||||
inactive_workspace #002b36 #002b36 #fdf6e3
|
inactive_workspace #002b36 #002b36 #fdf6e3
|
||||||
binding_mode #002b36 #002b36 #F9FAF9
|
binding_mode #002b36 #002b36 #F9FAF9
|
||||||
urgent_workspace #002b36 #002b36 #d33682
|
urgent_workspace #002b36 #002b36 #d33682
|
||||||
|
|
|
@ -15,13 +15,13 @@ sleep 1
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"
|
i3-msg "workspace 1:Comms; move workspace to output $LAPTOP"
|
||||||
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
i3-msg "workspace 2:Web; move workspace to output $PRIMARY"
|
||||||
i3-msg "workspace 3:IDE; move workspace to output $PRIMARY"
|
i3-msg "workspace 3:IDE; move workspace to output $PRIMARY"
|
||||||
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"
|
i3-msg "workspace 4:Work; move workspace to output $PRIMARY"
|
||||||
i3-msg "workspace 5:OC; move workspace to output $PRIMARY"
|
i3-msg "workspace 5:OC; move workspace to output $PRIMARY"
|
||||||
i3-msg "workspace 6:Logs; move workspace to output $SECONDARY"
|
i3-msg "workspace 6:Logs; move workspace to output $SECONDARY"
|
||||||
i3-msg "workspace 7:Term; move workspace to output $PRIMARY"
|
i3-msg "workspace 7:Term; move workspace to output $PRIMARY"
|
||||||
i3-msg "workspace 8:Media; move workspace to output $LAPTOP"
|
i3-msg "workspace 8:Media; move workspace to output $SECONDARY"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
ENV_FILE="/home/jfm/.i3/env"
|
ENV_FILE="/home/jfm/.i3/env"
|
||||||
|
|
||||||
/bin/cat <<EOM >$ENV_FILE
|
/bin/cat <<EOM >$ENV_FILE
|
||||||
export LAPTOP="eDP1"
|
export LAPTOP="eDP-1"
|
||||||
export PRIMARY="DP2-2"
|
export PRIMARY="DP-1-2"
|
||||||
export SECONDARY="DP2-1"
|
export SECONDARY="DP-1-3"
|
||||||
|
|
||||||
export LDPI_PROFILE="default"
|
export LDPI_PROFILE="default"
|
||||||
export HDPI_PROFILE="laptop"
|
export HDPI_PROFILE="laptop"
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
#~/.config/polybar/work-polybar.sh
|
#~/.config/polybar/work-polybar.sh
|
||||||
#feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg
|
#feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrandr --output DP2-1 --mode 1280x1024 --pos 0x0 --rotate normal --output DP2-2 --mode 1920x1080 --pos 1280x0 --rotate normal --output DP2-3 --off --output eDP1 --primary --mode 2560x1440 --pos 3200x0 --rotate normal --output HDMI2 --off --output HDMI1 --off --output DP2 --off --output DP1 --off
|
xrandr --output eDP-1 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1-2 --primary --mode 1920x1080 --pos 2560x0 --rotate normal --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output DP-1-3 --mode 1680x1050 --pos 4480x0 --rotate normal --output DP-2 --off --output DP-1-1 --off
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
|
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
|
||||||
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox https://chat.google.com https://messages.android.com https://mattermost.yousee.dk/tdcgroup/channels/onboarding"
|
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox https://chat.google.com https://messages.android.com https://mattermost.yousee.dk/tdcgroup/channels/onboarding"
|
||||||
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"
|
i3-msg "workspace 1:Comms; move workspace to output $LAPTOP"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. ~/.i3/env
|
. ~/.i3/env
|
||||||
i3-msg "workspace 8:Media; append_layout ~/.i3/layouts/workspace8-media.json"
|
i3-msg "workspace 8:Media; append_layout ~/.i3/layouts/workspace8-media.json"
|
||||||
i3-msg "workspace 8:Media; exec termite -c ~/.config/termite/laptop-config -t newsboat -e newsboat"
|
i3-msg "workspace 8:Media; exec termite -t newsboat -e newsboat"
|
||||||
#i3-msg "workspace 8:Media; move workspace to output $LAPTOP"
|
#i3-msg "workspace 8:Media; move workspace to output $LAPTOP"
|
||||||
|
|
|
@ -6,6 +6,11 @@ name = "solarized-dark"
|
||||||
idle_bg = "#93a1a1"
|
idle_bg = "#93a1a1"
|
||||||
idle_fg = "#ffffff"
|
idle_fg = "#ffffff"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "custom"
|
||||||
|
command = "~/.config/i3status-rs/gpmdp.sh"
|
||||||
|
interval = 5
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "memory"
|
block = "memory"
|
||||||
display_type = "memory"
|
display_type = "memory"
|
||||||
|
@ -16,11 +21,6 @@ format_swap = "{SUp}%"
|
||||||
block = "cpu"
|
block = "cpu"
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
||||||
[[block]]
|
|
||||||
block = "load"
|
|
||||||
interval = 1
|
|
||||||
format = "{1m}"
|
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "pacman"
|
block = "pacman"
|
||||||
interval = 10
|
interval = 10
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
STATUS_CMD=$(gpmdp-remote status)
|
||||||
|
ICON='\uf001'
|
||||||
|
|
||||||
|
if [ $STATUS_CMD == "Playing" ]
|
||||||
|
then
|
||||||
|
echo -e $ICON $(gpmdp-remote current)
|
||||||
|
fi
|
|
@ -1,5 +1,5 @@
|
||||||
[options]
|
[options]
|
||||||
font = DejaVu Sans Mono for Powerline 14
|
font = DejaVu Sans Mono for Powerline 10
|
||||||
|
|
||||||
# Solarized dark color scheme
|
# Solarized dark color scheme
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue