wlsunset, icon change, monitor num change

This commit is contained in:
opalvault
2022-03-13 10:34:39 -07:00
parent c70491f8db
commit 0f147c47af
4 changed files with 34 additions and 34 deletions

View File

@@ -171,7 +171,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
# Wlsunset (Night Light)
exec_always wlsunset -l 47.6 -L -122.3 -t 3200 -T 6500
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
set $opacity 0.98
for_window [class=".*"] opacity $opacity
@@ -231,10 +231,10 @@ bindswitch --reload --locked lid:off output $laptop enable
# Monitors
# You can get the names of your outputs by running: swaymsg -t get_outputs
output eDP-1 pos 0 0 res 1920x1200
output DP-5 pos 1920 0 res 3440x1440
output DP-6 pos 1920 0 res 3440x1440
# Wallpaper
output DP-5 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
output DP-6 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
output eDP-1 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
output HDMI-A-1 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402

View File

@@ -17,17 +17,18 @@
"disable-scroll": true,
"all-outputs": true,
"format": "<span size='large'>{icon}</span>",
"format-icons": {
"1": "<span font=\"FontAwesome 5 Free\"></span>",
"2": "<span font=\"FontAwesome 5 Free\"></span>",
"3": "<span font=\"FontAwesome 5 Free\"></span>",
"4": "<span font=\"FontAwesome 5 Free\"></span>",
"5": "<span font=\"FontAwesome 5 Free\"></span>",
"6": "<span font=\"FontAwesome 5 Free\"></span>",
"urgent": "<span font=\"FontAwesome 5 Free\"></span>",
"focused": " <span font=\"FontAwesome 5 Free\"></span>",
"default": "<span font=\"FontAwesome 5 Free\"></span>",
},
// "format-icons": {
// "1": "<span font=\"FontAwesome 5 Free\"></span>",
// "2": "<span font=\"FontAwesome 5 Free\"></span>",
// "3": "<span font=\"FontAwesome 5 Free\"></span>",
// "4": "<span font=\"FontAwesome 5 Free\"></span>",
// "5": "<span font=\"FontAwesome 5 Free\"></span>",
// "6": "<span font=\"FontAwesome 5 Free\"></span>",
// "7": "<span font=\"FontAwesome 5 Free\"></span>",
// "urgent": "<span font=\"FontAwesome 5 Free\"></span>",
// "focused": " <span font=\"FontAwesome 5 Free\"></span>",
// "default": "<span font=\"FontAwesome 5 Free\"></span>",
// },
},
"sway/mode": {
@@ -64,7 +65,6 @@
"format-wifi": "<span size='large' rise='-1000'></span> {essid}",
"format-ethernet": "<span size='large' rise='-1000'></span> {ifname}",
"format-disconnected": "",
"on-click": "nm-connection-editor",
"tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}"
},
@@ -89,7 +89,7 @@
"format-icons": ["", ""],
// "on-scroll-up": "brightnessctl set 1%+",
// "on-scroll-down": "brightnessctl set 1%-",
"on-click": "wlsunset -l 47.6 -L -122.3 -t 3200 -T 6500"
"on-click": "wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500"
},
"idle_inhibitor": {
"format": "<span rise='-4000' size='large'>{icon}</span>",

View File

@@ -9,8 +9,8 @@ source $ZSH/oh-my-zsh.sh # This has to stay below plugins.
#### ~~~~ Path Additions ~~~~ #####
export PATH=/home/opal/scripts:$PATH # Scripts
export PATH=/home/opal/go/bin:$PATH # Golang Path
export PATH=/home/opal/.config/emacs/bin:$PATH # Doom Path
export PATH=/home/opal/.local/bin:$PATH # .local path
#### ~~~~ Locale ~~~~ #####
export LANG=en_US.UTF-8