aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/.config
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-04-26 14:37:07 -0400
committerSpacedio <spacedio@thernusen.net>2026-04-26 14:37:07 -0400
commit96c61a054f8da62dcae64ad9c76885be05826312 (patch)
treed59ca10a31bd36c455aa8b9e964e3c89658111cb /rofi/.config
parent18251f226832b5e18834fce7f39650d030fa6a8b (diff)
downloaddotfiles-laptop/x1-carbon.tar.gz
Initial commit of the x1-carbon wayland branch.laptop/x1-carbon
Diffstat (limited to 'rofi/.config')
-rw-r--r--rofi/.config/rofi/config.rasi29
-rw-r--r--rofi/.config/rofi/tokyonight.rasi95
2 files changed, 0 insertions, 124 deletions
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi
deleted file mode 100644
index 4719a61..0000000
--- a/rofi/.config/rofi/config.rasi
+++ /dev/null
@@ -1,29 +0,0 @@
-configuration{
- modi: ["drun", "window", "run"];
- icon-theme: "Papirus-Dark";
- show-icons: false;
- terminal: "alacritty";
- drun-display-format: "{icon} {name}";
- location: 0;
- disable-history: false;
- sidebar-mode: false;
- display-drun: " ";
- display-run: " ";
- display-window: " ";
-
- //adding vim keybindings
- kb-row-up: "Up,Control+k";
- kb-row-left: "Left,Control+h";
- kb-row-right: "Right,Control+l";
- kb-row-down: "Down,Control+j";
-
- kb-accept-entry: "Control+z,Control+y,Return,KP_Enter";
-
- //fixing up
- kb-remove-to-eol: "";
- kb-move-char-back: "Control+b";
- kb-remove-char-back: "BackSpace";
- kb-move-char-forward: "Control+f";
- kb-mode-complete: "Control+o";
-}
-@theme "tokyonight.rasi"
diff --git a/rofi/.config/rofi/tokyonight.rasi b/rofi/.config/rofi/tokyonight.rasi
deleted file mode 100644
index bc30294..0000000
--- a/rofi/.config/rofi/tokyonight.rasi
+++ /dev/null
@@ -1,95 +0,0 @@
-* {
- font: "Hasklug Nerd Font Medium 12";
-
- bg0: #222436;
- bg1: #2f334d;
- fg0: #c0caf5;
-
- accent-color: #7aa2f7;
- urgent-color: #e0af68;
-
- background-color: transparent;
- text-color: @fg0;
-
- margin: 0;
- padding: 0;
- spacing: 0;
-}
-
-window {
- location: center;
- width: 750;
- border-color: @bg1;
- border: 1px;
-
- background-color: @bg0;
-}
-
-inputbar {
- spacing: 8px;
- padding: 8px;
-
- background-color: @bg1;
-}
-
-prompt, entry, element-icon, element-text {
- vertical-align: 0.5;
-}
-
-prompt {
- text-color: @accent-color;
-}
-
-textbox {
- padding: 8px;
- background-color: @bg1;
-}
-
-listview {
- padding: 4px 0;
- lines: 8;
- columns: 1;
-
- fixed-height: false;
-}
-
-element {
- padding: 8px;
- spacing: 8px;
-}
-
-element normal normal {
- text-color: @fg0;
-}
-
-element normal urgent {
- text-color: @urgent-color;
-}
-
-element normal active {
- text-color: @accent-color;
-}
-
-element alternate active {
- text-color: @accent-color;
-}
-
-element selected {
- text-color: @bg0;
-}
-
-element selected normal, element selected active {
- background-color: @accent-color;
-}
-
-element selected urgent {
- background-color: @urgent-color;
-}
-
-element-icon {
- size: 0.8em;
-}
-
-element-text {
- text-color: inherit;
-} \ No newline at end of file