aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/resolution
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-04 00:06:37 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-04 00:06:37 +0900
commit2ad7d3373353bc2440892f9bed9295066f93b4ae (patch)
tree74fd8b33e0029261fc19f3259c16c98c8260135a /config/rofi/resolution
parenta7847d0de3b53b84f39664f7dc6c3416213c762e (diff)
return of wlogout. rofi-power is just pain 2 theme
Diffstat (limited to 'config/rofi/resolution')
-rw-r--r--config/rofi/resolution/1080p/config-powermenu.rasi125
-rw-r--r--config/rofi/resolution/1440p/config-powermenu.rasi125
2 files changed, 0 insertions, 250 deletions
diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi
deleted file mode 100644
index 520c09d3..00000000
--- a/config/rofi/resolution/1080p/config-powermenu.rasi
+++ /dev/null
@@ -1,125 +0,0 @@
-/* --- Configuration for Rofi Power ---- */
-
-/* ---- Configuration ---- */
-configuration {
- show-icons: false;
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Global Properties ---- */
-* {
- font: "Fira Code Medium 10";
-}
-
-/* ---- Main Window ---- */
-window {
- location: east;
- anchor: center;
- fullscreen: false;
- width: 280px;
- /*height: 500px;*/
- x-offset: -10px;
-/* Debian/Ubuntu users use this offset */
-/* x-offset: -130px; */
- y-offset: 0px;
- padding: 0px;
- border: 3px;
- border-radius: 10px;
- border-color: @active-background;
- cursor: "default";
- background-color: @background-color;
-}
-
-/* ---- Main Box ---- */
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- border-color: @active-background;
- background-color: @background-color;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- padding: 5px;
- background-color: transparent;
- orientation: horizontal;
- children: ["prompt"];
-}
-
-prompt {
- enabled: true;
- /*padding: 10px;*/
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- text-color: @foreground;
- cursor: text;
-
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: false;
- fixed-columns: true;
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- cursor: "default";
- border: 0px;
- border-color: @active-background;
-}
-
-/* ---- Elements ---- */
-element {
- enabled: true;
- padding: 30px 40px 30px 40px;
- border-radius: 20px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "Fira Code SemiBold 16";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @background;
-}
-
-/* ---- Message ---- */
-message {
- enabled: true;
- margin: 0px;
- background-color: transparent;
- text-color: @foreground;
- border: 0px;
-}
-textbox {
- font: "Fira Code SemiBold 8";
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-} \ No newline at end of file
diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi
deleted file mode 100644
index b032dc5b..00000000
--- a/config/rofi/resolution/1440p/config-powermenu.rasi
+++ /dev/null
@@ -1,125 +0,0 @@
-/* --- Configuration for Rofi Power ---- */
-
-/* ---- Configuration ---- */
-configuration {
- show-icons: false;
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Global Properties ---- */
-* {
- font: "Fira Code Medium 10";
-}
-
-/* ---- Main Window ---- */
-window {
- location: east;
- anchor: center;
- fullscreen: false;
- width: 300px;
- /*height: 500px;*/
- x-offset: -10px;
-/* Debian/Ubuntu users use this offset */
-/* x-offset: -130px; */
- y-offset: 0px;
- padding: 0px;
- border: 3px;
- border-radius: 10px;
- border-color: @active-background;
- cursor: "default";
- background-color: @background-color;
-}
-
-/* ---- Main Box ---- */
-mainbox {
- enabled: true;
- spacing: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px solid;
- border-radius: 0px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- border-color: @active-background;
- background-color: @background-color;
- children: [ "inputbar", "listview", "message" ];
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- padding: 5px;
- background-color: transparent;
- orientation: horizontal;
- children: ["prompt"];
-}
-
-prompt {
- enabled: true;
- /*padding: 10px;*/
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- text-color: @foreground;
- cursor: text;
-
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- cycle: true;
- dynamic: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: false;
- fixed-columns: true;
- spacing: 20px;
- padding: 20px;
- background-color: transparent;
- cursor: "default";
- border: 0px;
- border-color: @active-background;
-}
-
-/* ---- Elements ---- */
-element {
- enabled: true;
- padding: 30px 40px 30px 40px;
- border-radius: 20px;
- background-color: transparent;
- text-color: @foreground;
- cursor: pointer;
-}
-element-text {
- font: "Fira Code SemiBold 18";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @background;
-}
-
-/* ---- Message ---- */
-message {
- enabled: true;
- margin: 0px;
- background-color: transparent;
- text-color: @foreground;
- border: 0px;
-}
-textbox {
- font: "Fira Code SemiBold 8";
- background-color: @background;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage