Skip to content

Commit

Permalink
Merge pull request #127 from klaxalk/vojta
Browse files Browse the repository at this point in the history
Uprade Vojta's configuration
  • Loading branch information
klaxalk authored Nov 27, 2024
2 parents b01021c + 7de89b6 commit 9c9cc9e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appconfig/i3/doti3/i3blocks.conf_git
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ instance=Master
interval=1
signal=10
command=~/.i3/show_volume.sh
# olor=#000000 # EPIGEN_ADD_LINE_COLORSCHEME_LIGHT
# color=#000000 # EPIGEN_ADD_LINE_COLORSCHEME_LIGHT
color=#ffffff # EPIGEN_DEL_LINE_COLORSCHEME_LIGHT
# EPIGEN_DEL_BLOCK_PAVEL EPIGEN_DEL_BLOCK_VOJTA EPIGEN_DEL_BLOCK_MATEJ EPIGEN_DEL_BLOCK_ONDRA }

Expand Down
2 changes: 2 additions & 0 deletions miscellaneous/arandr_scripts/vojta/home.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP --mode 1920x1200 --pos 1920x0 --rotate normal --output HDMI-A-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --off --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off
2 changes: 1 addition & 1 deletion miscellaneous/arandr_scripts/vojta/lab.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output eDP --mode 1920x1200 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output DisplayPort-1 --off --output DisplayPort-2 --off --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off
xrandr --output eDP --mode 1920x1200 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output DisplayPort-2 --off --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off
2 changes: 1 addition & 1 deletion miscellaneous/arandr_scripts/vojta/presentation.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output eDP-1-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1-1 --off --output HDMI-1-2 --mode 1920x1200 --pos 0x0 --rotate normal
xrandr --output eDP --mode 1920x1200 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --primary --mode 1920x1200 --pos 0x0 --rotate normal --output DisplayPort-2 --off --output DisplayPort-3 --off --output DisplayPort-4 --off --output DisplayPort-5 --off
3 changes: 2 additions & 1 deletion scripts/vojta_set_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ fi

MONITOR=$(echo "LAB
STANDALONE
HOME
PRESENTATION" | rofi -dmenu -p -i "Select setup:")

if [[ "$MONITOR" != "LAB" ]] && [[ "$MONITOR" != "PRESENTATION" ]] && [[ "$MONITOR" != "STANDALONE" ]]; then
if [[ "$MONITOR" != "LAB" ]] && [[ "$MONITOR" != "PRESENTATION" ]] && [[ "$MONITOR" != "STANDALONE" ]] && [[ "$MONITOR" != "HOME" ]]; then
notify-send -u low -t 100 "Wrong choice!" -h string:x-canonical-private-synchronous:anything
exit
fi
Expand Down

0 comments on commit 9c9cc9e

Please sign in to comment.