aboutsummaryrefslogtreecommitdiff
path: root/src/config/polybar/scripts/rofi/networkmenu.rasi
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-09-09 23:09:21 -0500
committerAaditya Dhruv <[email protected]>2023-09-09 23:09:21 -0500
commit39044cddeeba5ad91402f8abfb2a286e48a4f50d (patch)
tree5187a5cba1e6f437e59310f17956f16e3638d291 /src/config/polybar/scripts/rofi/networkmenu.rasi
parent1811600f4f2547a6116e1cc1c91f8cf89adcac6b (diff)
Move files for config role
This movement is needed to maintain the role structure
Diffstat (limited to 'src/config/polybar/scripts/rofi/networkmenu.rasi')
-rw-r--r--src/config/polybar/scripts/rofi/networkmenu.rasi123
1 files changed, 0 insertions, 123 deletions
diff --git a/src/config/polybar/scripts/rofi/networkmenu.rasi b/src/config/polybar/scripts/rofi/networkmenu.rasi
deleted file mode 100644
index 012e1ea..0000000
--- a/src/config/polybar/scripts/rofi/networkmenu.rasi
+++ /dev/null
@@ -1,123 +0,0 @@
-/*
- *
- * Author : Aditya Shakya
- * 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: 0px 0px 0px 0px;
- border-color: @ac;
- border-radius: 0px;
- width: 400px;
- location: center;
- x-offset: 0;
- y-offset: 0;
-}
-
-prompt {
- enabled: true;
- padding: 0px 0px 0px 10px;
- background-color: @bga;
- text-color: @fg;
-}
-
-textbox-prompt-colon {
- padding: 0px;
- background-color: @bga;
- text-color: @ac;
- expand: false;
- str: "";
- font: "feather 12";
-}
-
-entry {
- background-color: @al;
- text-color: @fg;
- placeholder-color: @fg;
- expand: true;
- horizontal-align: 0;
- placeholder: "Search...";
- padding: 0px 0px 0px 5px;
- blink: true;
-}
-
-inputbar {
- children: [ textbox-prompt-colon, prompt ];
- background-color: @bga;
- text-color: @fg;
- expand: false;
- border: 0px 0px 1px 0px;
- border-radius: 0px;
- border-color: @se;
- margin: 0px;
- padding: 10px;
-}
-
-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: 5px;
- padding: 5px;
-}
-
-element {
- background-color: @al;
- text-color: @fg;
- orientation: horizontal;
- border-radius: 0px;
- padding: 8px 8px 8px -15px;
-}
-
-element-icon {
- size: 24px;
- border: 0px;
-}
-
-element-text {
- expand: true;
- horizontal-align: 0;
- vertical-align: 0.5;
- margin: 0px 2.5px 0px 2.5px;
-}
-
-element selected {
- background-color: @se;
- text-color: @bg;
- border: 0px 0px 0px 0px;
- border-radius: 0px;
- border-color: @ac;
-}