From 1b72a07b4459ebdac1399e919bccc8ae215b916d Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 25 Jul 2023 23:50:32 +0200 Subject: feat(polybar): switch to 24h date --- rofi/powermenu/type-3/shared/colors.rasi | 18 ------ rofi/powermenu/type-3/shared/confirm.rasi | 93 ------------------------------- rofi/powermenu/type-3/shared/fonts.rasi | 12 ---- 3 files changed, 123 deletions(-) delete mode 100644 rofi/powermenu/type-3/shared/colors.rasi delete mode 100644 rofi/powermenu/type-3/shared/confirm.rasi delete mode 100644 rofi/powermenu/type-3/shared/fonts.rasi (limited to 'rofi/powermenu/type-3/shared') diff --git a/rofi/powermenu/type-3/shared/colors.rasi b/rofi/powermenu/type-3/shared/colors.rasi deleted file mode 100644 index 103ad63..0000000 --- a/rofi/powermenu/type-3/shared/colors.rasi +++ /dev/null @@ -1,18 +0,0 @@ -/** - * - * Author : Aditya Shakya (adi1090x) - * Github : @adi1090x - * - * Colors - * - * Available Colors Schemes - * - * adapta catppuccin everforest navy paper - * arc cyberpunk gruvbox nord solarized - * black dracula lovelace onedark yousai - * - **/ - -/* Import color-scheme from `colors` directory */ - -@import "~/.config/rofi/colors/onedark.rasi" diff --git a/rofi/powermenu/type-3/shared/confirm.rasi b/rofi/powermenu/type-3/shared/confirm.rasi deleted file mode 100644 index 9f74f2a..0000000 --- a/rofi/powermenu/type-3/shared/confirm.rasi +++ /dev/null @@ -1,93 +0,0 @@ -/** - * - * Author : Aditya Shakya (adi1090x) - * Github : @adi1090x - * - * Rofi Theme File - * Rofi Version: 1.7.3 - **/ - -/*****----- Configuration -----*****/ -configuration { - show-icons: false; -} - -/*****----- Global Properties -----*****/ -@import "colors.rasi" -@import "fonts.rasi" - -/*****----- Main Window -----*****/ -window { - location: center; - anchor: center; - fullscreen: false; - width: 500px; - border-radius: 20px; - cursor: "default"; - background-color: @background; -} - -/*****----- Main Box -----*****/ -mainbox { - spacing: 30px; - padding: 30px; - background-color: transparent; - children: [ "message", "listview" ]; -} - -/*****----- Message -----*****/ -message { - margin: 0px; - padding: 20px; - border-radius: 20px; - background-color: @background-alt; - text-color: @foreground; -} -textbox { - background-color: inherit; - text-color: inherit; - vertical-align: 0.5; - horizontal-align: 0.5; - placeholder-color: @foreground; - blink: true; - markup: true; -} - -/*****----- Listview -----*****/ -listview { - columns: 2; - lines: 1; - cycle: true; - dynamic: true; - scrollbar: false; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: true; - - spacing: 30px; - background-color: transparent; - text-color: @foreground; - cursor: "default"; -} - -/*****----- Elements -----*****/ -element { - padding: 60px 10px; - border-radius: 20px; - background-color: @background-alt; - text-color: @foreground; - cursor: pointer; -} -element-text { - font: "feather 48"; - background-color: transparent; - text-color: inherit; - cursor: inherit; - vertical-align: 0.5; - horizontal-align: 0.5; -} -element selected.normal { - background-color: var(selected); - text-color: var(background); -} diff --git a/rofi/powermenu/type-3/shared/fonts.rasi b/rofi/powermenu/type-3/shared/fonts.rasi deleted file mode 100644 index 68fd613..0000000 --- a/rofi/powermenu/type-3/shared/fonts.rasi +++ /dev/null @@ -1,12 +0,0 @@ -/** - * - * Author : Aditya Shakya (adi1090x) - * Github : @adi1090x - * - * Fonts - * - **/ - -* { - font: "JetBrains Mono Nerd Font 12"; -} -- cgit v1.2.3