diff options
Diffstat (limited to 'polybar/.local')
| -rwxr-xr-x | polybar/.local/bin/rofi_goto_workspace | 4 | ||||
| -rwxr-xr-x | polybar/.local/bin/rofi_moveto_workspace | 4 | ||||
| -rwxr-xr-x | polybar/.local/bin/rofi_workspace_prompt | 3 | ||||
| l--------- | polybar/.local/share/config-files/polybar | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/polybar/.local/bin/rofi_goto_workspace b/polybar/.local/bin/rofi_goto_workspace deleted file mode 100755 index 35e8762..0000000 --- a/polybar/.local/bin/rofi_goto_workspace +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -NAME=`rofi_workspace_prompt` -i3-msg workspace $NAME diff --git a/polybar/.local/bin/rofi_moveto_workspace b/polybar/.local/bin/rofi_moveto_workspace deleted file mode 100755 index 9cc0b9d..0000000 --- a/polybar/.local/bin/rofi_moveto_workspace +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -NAME=`rofi_workspace_prompt` -i3-msg move container to workspace $NAME diff --git a/polybar/.local/bin/rofi_workspace_prompt b/polybar/.local/bin/rofi_workspace_prompt deleted file mode 100755 index f59d1fa..0000000 --- a/polybar/.local/bin/rofi_workspace_prompt +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -echo `i3-msg -t get_workspaces | jq '.[].name' | sed 's/\"//g' | rofi -dmenu` diff --git a/polybar/.local/share/config-files/polybar b/polybar/.local/share/config-files/polybar deleted file mode 120000 index 87fad9e..0000000 --- a/polybar/.local/share/config-files/polybar +++ /dev/null @@ -1 +0,0 @@ -../../../.config/polybar/config
\ No newline at end of file |
