aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/sidetabArch.rasi
diff options
context:
space:
mode:
authorAlec Goncharow <algo@cloudflare.com>2022-02-20 11:50:35 -0500
committerAlec Goncharow <algo@cloudflare.com>2022-02-20 11:50:35 -0500
commitf5abca7278f3ac0c7358e6f30db8a15da45a1e3b (patch)
tree96889e1a2cc2367b8461414ae7c94d9050b84890 /.config/rofi/sidetabArch.rasi
parent3e0c8208ccbead65cd434fe730223a7ab854c377 (diff)
parent72cf398a6292fa56d57e82caa4d21570e5573294 (diff)
Merge branch 'desktop' of github.com:AlecGoncharow/dotfiles into desktop
Diffstat (limited to '.config/rofi/sidetabArch.rasi')
-rw-r--r--.config/rofi/sidetabArch.rasi131
1 files changed, 0 insertions, 131 deletions
diff --git a/.config/rofi/sidetabArch.rasi b/.config/rofi/sidetabArch.rasi
deleted file mode 100644
index d07c241..0000000
--- a/.config/rofi/sidetabArch.rasi
+++ /dev/null
@@ -1,131 +0,0 @@
-/**
- * User: deadguy
- * Copyright: deadguy
- */
-
-configuration {
- display-drun: "Activate";
- display-run: "Execute";
- display-window: "Window";
- show-icons: true;
- sidebar-mode: true;
-}
-
-* {
- background-color: #292929;
- text-color: #d3d7cf;
- selbg: #006DA3;
- actbg: #262626;
- urgbg: #e53935;
- winbg: #1793D1;
-
- selected-normal-foreground: @winbg;
- normal-foreground: @text-color;
- selected-normal-background: @actbg;
- normal-background: @background-color;
-
- selected-urgent-foreground: @background-color;
- urgent-foreground: @text-color;
- selected-urgent-background: @urgbg;
- urgent-background: @background-color;
-
- selected-active-foreground: @winbg;
- active-foreground: @text-color;
- selected-active-background: @actbg;
- active-background: @selbg;
-
- line-margin: 2;
- line-padding: 2;
- separator-style: "none";
- hide-scrollbar: "true";
- margin: 0;
- padding: 0;
-}
-
-window {
- location: west;
- anchor: west;
- height: 100%;
- width: 22%;
- orientation: horizontal;
- children: [mainbox];
-}
-
-mainbox {
- spacing: 0.8em;
- children: [ entry,listview,sidebar ];
-}
-
-button { padding: 5px 2px; }
-
-button selected {
- background-color: @active-background;
- text-color: @background-color;
-}
-
-inputbar {
- padding: 5px;
- spacing: 5px;
-}
-
-listview {
- spacing: 0.5em;
- dynamic: false;
- cycle: true;
-}
-
-element { padding: 10px; }
-
-entry {
- expand: false;
- text-color: @normal-foreground;
- vertical-align: 1;
- padding: 5px;
-}
-
-element normal.normal {
- background-color: @normal-background;
- text-color: @normal-foreground;
-}
-
-element normal.urgent {
- background-color: @urgent-background;
- text-color: @urgent-foreground;
-}
-
-element normal.active {
- background-color: @active-background;
- text-color: @active-foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
- border: 0 5px solid 0 0;
- border-color: @active-background;
-}
-
-element selected.urgent {
- background-color: @selected-urgent-background;
- text-color: @selected-urgent-foreground;
-}
-
-element selected.active {
- background-color: @selected-active-background;
- text-color: @selected-active-foreground;
-}
-
-element alternate.normal {
- background-color: @normal-background;
- text-color: @normal-foreground;
-}
-
-element alternate.urgent {
- background-color: @urgent-background;
- text-color: @urgent-foreground;
-}
-
-element alternate.active {
- background-color: @active-background;
- text-color: @active-foreground;
-}