diff options
Diffstat (limited to 'config/polybar/hack/scripts/rofi')
| -rw-r--r-- | config/polybar/hack/scripts/rofi/colors.rasi | 9 | ||||
| -rw-r--r-- | config/polybar/hack/scripts/rofi/confirm.rasi | 24 | ||||
| -rw-r--r-- | config/polybar/hack/scripts/rofi/launcher.rasi | 119 | ||||
| -rw-r--r-- | config/polybar/hack/scripts/rofi/message.rasi | 24 | ||||
| -rw-r--r-- | config/polybar/hack/scripts/rofi/networkmenu.rasi | 128 | ||||
| -rw-r--r-- | config/polybar/hack/scripts/rofi/powermenu.rasi | 128 | ||||
| -rw-r--r-- | config/polybar/hack/scripts/rofi/styles.rasi | 128 |
7 files changed, 0 insertions, 560 deletions
diff --git a/config/polybar/hack/scripts/rofi/colors.rasi b/config/polybar/hack/scripts/rofi/colors.rasi deleted file mode 100644 index 3a3e30d..0000000 --- a/config/polybar/hack/scripts/rofi/colors.rasi +++ /dev/null @@ -1,9 +0,0 @@ -/* colors */ - -* { - al: #00000000; - bg: #263238FF; - ac: #00BCD4FF; - se: #00BCD426; - fg: #DFDFDFFF; -} diff --git a/config/polybar/hack/scripts/rofi/confirm.rasi b/config/polybar/hack/scripts/rofi/confirm.rasi deleted file mode 100644 index baaeb6a..0000000 --- a/config/polybar/hack/scripts/rofi/confirm.rasi +++ /dev/null @@ -1,24 +0,0 @@ -/* Confirm Dialog */ - -@import "colors.rasi" - -* { - background-color: @bg; - text-color: @fg; - font: "Iosevka Nerd Font 10"; -} - -window { - width: 225px; - padding: 25px; - border: 1px; - border-radius: 0px; - border-color: @ac; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @ac; -} diff --git a/config/polybar/hack/scripts/rofi/launcher.rasi b/config/polybar/hack/scripts/rofi/launcher.rasi deleted file mode 100644 index 9b3239c..0000000 --- a/config/polybar/hack/scripts/rofi/launcher.rasi +++ /dev/null @@ -1,119 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 2px; - border-color: @ac; - border-radius: 0px; - width: 450px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 10px; - background-color: @al; - text-color: @ac; - font: "Iosevka Nerd Font 10"; -} - -entry { - background-color: @al; - text-color: @ac; - placeholder-color: @ac; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 10px 10px 10px 0px; - border-radius: 0px; - blink: true; -} - -inputbar { - children: [ prompt, entry ]; - background-color: @al; - text-color: @fg; - expand: false; - border: 0px 0px 1px 0px; - border-radius: 0px; - border-color: @ac; - spacing: 0px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 5; - spacing: 5px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 10px; - padding: 2px 10px 10px 10px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 8px; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 24px; - border: 0px; -} - -element-text { - background-color: transparent; - text-color: inherit; - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 2.5px 0px 2.5px; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0px 0px 0px 0px; - border-radius: 0px; - border-color: @ac; -} diff --git a/config/polybar/hack/scripts/rofi/message.rasi b/config/polybar/hack/scripts/rofi/message.rasi deleted file mode 100644 index 084b7e2..0000000 --- a/config/polybar/hack/scripts/rofi/message.rasi +++ /dev/null @@ -1,24 +0,0 @@ -/* Confirm Dialog */ - -@import "colors.rasi" - -* { - background-color: @bg; - text-color: @fg; - font: "Iosevka Nerd Font 10"; -} - -window { - width: 320px; - padding: 25px; - border: 1px; - border-radius: 0px; - border-color: @ac; - location: center; - y-offset: -2em; -} - -entry { - expand: true; - text-color: @ac; -} diff --git a/config/polybar/hack/scripts/rofi/networkmenu.rasi b/config/polybar/hack/scripts/rofi/networkmenu.rasi deleted file mode 100644 index 17d6dec..0000000 --- a/config/polybar/hack/scripts/rofi/networkmenu.rasi +++ /dev/null @@ -1,128 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 2px; - border-color: @ac; - border-radius: 0px; - width: 400px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 10px 10px 10px 0px; - background-color: @al; - text-color: @ac; - font: "Iosevka Nerd Font 10"; -} - -textbox-prompt-colon { - padding: 10px 15px 10px 15px; - font: "Iosevka Nerd Font 10"; - background-color: @al; - text-color: @ac; - expand: false; - str: "直"; -} - -entry { - background-color: @al; - text-color: @ac; - placeholder-color: @ac; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 10px 10px 10px 0px; - border-radius: 0px; - blink: true; -} - -inputbar { - children: [ textbox-prompt-colon, prompt ]; - background-color: @al; - text-color: @fg; - expand: false; - border: 0px 0px 1px 0px; - border-radius: 0px; - border-color: @ac; - spacing: 0px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 8; - spacing: 5px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 10px; - padding: 2px 10px 10px 10px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 8px 8px 8px -10px; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 24px; - border: 0px; -} - -element-text { - background-color: transparent; - text-color: inherit; - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 2.5px 0px 2.5px; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0px 0px 0px 0px; - border-radius: 0px; - border-color: @ac; -} diff --git a/config/polybar/hack/scripts/rofi/powermenu.rasi b/config/polybar/hack/scripts/rofi/powermenu.rasi deleted file mode 100644 index 04f6149..0000000 --- a/config/polybar/hack/scripts/rofi/powermenu.rasi +++ /dev/null @@ -1,128 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 2px; - border-color: @ac; - border-radius: 0px; - width: 300px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 10px 10px 10px 0px; - background-color: @al; - text-color: @ac; - font: "Iosevka Nerd Font 10"; -} - -textbox-prompt-colon { - padding: 10px 15px 10px 15px; - font: "Iosevka Nerd Font 10"; - background-color: @al; - text-color: @ac; - expand: false; - str: ""; -} - -entry { - background-color: @al; - text-color: @ac; - placeholder-color: @ac; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 10px 10px 10px 0px; - border-radius: 0px; - blink: true; -} - -inputbar { - children: [ textbox-prompt-colon, prompt ]; - background-color: @al; - text-color: @fg; - expand: false; - border: 0px 0px 1px 0px; - border-radius: 0px; - border-color: @ac; - spacing: 0px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 5; - spacing: 5px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 10px; - padding: 2px 10px 10px 10px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 8px 8px 8px -16px; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 24px; - border: 0px; -} - -element-text { - background-color: transparent; - text-color: inherit; - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 2.5px 0px 2.5px; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0px 0px 0px 0px; - border-radius: 0px; - border-color: @ac; -} diff --git a/config/polybar/hack/scripts/rofi/styles.rasi b/config/polybar/hack/scripts/rofi/styles.rasi deleted file mode 100644 index d9926b6..0000000 --- a/config/polybar/hack/scripts/rofi/styles.rasi +++ /dev/null @@ -1,128 +0,0 @@ -/* - * - * Author : Aditya Shakya - * Mail : adi1090x@gmail.com - * Github : @adi1090x - * Twitter : @adi1090x - * - */ - -configuration { - font: "Iosevka Nerd Font 10"; - show-icons: true; - icon-theme: "Papirus"; - display-drun: ""; - drun-display-format: "{name}"; - disable-history: false; - fullscreen: false; - hide-scrollbar: true; - sidebar-mode: false; -} - -@import "colors.rasi" - -window { - transparency: "real"; - background-color: @bg; - text-color: @fg; - border: 2px; - border-color: @ac; - border-radius: 0px; - width: 300px; - location: center; - x-offset: 0; - y-offset: 0; -} - -prompt { - enabled: true; - padding: 10px 10px 10px 0px; - background-color: @al; - text-color: @ac; - font: "Iosevka Nerd Font 10"; -} - -textbox-prompt-colon { - padding: 10px 15px 10px 15px; - font: "Iosevka Nerd Font 10"; - background-color: @al; - text-color: @ac; - expand: false; - str: ""; -} - -entry { - background-color: @al; - text-color: @ac; - placeholder-color: @ac; - expand: true; - horizontal-align: 0; - placeholder: "Search..."; - padding: 10px 10px 10px 0px; - border-radius: 0px; - blink: true; -} - -inputbar { - children: [ textbox-prompt-colon, entry ]; - background-color: @al; - text-color: @fg; - expand: false; - border: 0px 0px 1px 0px; - border-radius: 0px; - border-color: @ac; - spacing: 0px; -} - -listview { - background-color: @al; - padding: 0px; - columns: 1; - lines: 5; - spacing: 5px; - cycle: true; - dynamic: true; - layout: vertical; -} - -mainbox { - background-color: @al; - border: 0px; - border-radius: 0px; - border-color: @ac; - children: [ inputbar, listview ]; - spacing: 10px; - padding: 2px 10px 10px 10px; -} - -element { - background-color: @al; - text-color: @fg; - orientation: horizontal; - border-radius: 0px; - padding: 8px 8px 8px -16px; -} - -element-icon { - background-color: transparent; - text-color: inherit; - size: 24px; - border: 0px; -} - -element-text { - background-color: transparent; - text-color: inherit; - expand: true; - horizontal-align: 0; - vertical-align: 0.5; - margin: 0px 2.5px 0px 2.5px; -} - -element selected { - background-color: @se; - text-color: @fg; - border: 0px 0px 0px 0px; - border-radius: 0px; - border-color: @ac; -} |
