rofi theme

This commit is contained in:
Zoe Roux
2022-06-14 21:38:24 +02:00
parent d50ef51b6c
commit 9a90530a23
11 changed files with 41 additions and 11 deletions
+2 -1
View File
@@ -10,7 +10,6 @@ window {
background-color: @background;
text-color: @foreground;
border: 1px;
border-radius: 20;
border-color: @accent;
}
@@ -97,3 +96,5 @@ element selected {
border-radius: 0px;
border-color: @accent;
}
/* vim:ft=css
@@ -4,7 +4,7 @@ configuration {
show-icons: false;
disable-history: true;
sidebar-mode: false;
font: "JetBrains Mono Nerd Font 18";
font: "monospace 18";
}
* {
@@ -60,3 +60,5 @@ element selected {
border-radius: 10px;
border-color: @border;
}
// vim: set ft=css :
+1 -1
View File
@@ -11,7 +11,7 @@ logout=""
opt=($lock $suspend $logout $reboot $shutdown)
case $(print -l "${(@)opt}" | rofi -theme ./powermenu.rasi -dmenu) in
case $(print -l "${(@)opt}" | dmenu -theme ./powermenu.rasi) in
$cancel) ;;
$shutdown) systemctl poweroff ;;
$reboot) systemctl reboot ;;
+5 -7
View File
@@ -1,10 +1,8 @@
* {
accent: #FF4151;
background: #0f111a;
secondary: #00010A;
foreground: #E5E9F0;
accent: env(accent, #FF4151);
background: env(backround, #0f111a);
secondary: env(border, #00010A);
foreground: env(forground, #E5E9F0);
}
configuration {
font: "JetBrains Mono Nerd Font 10";
}
// vim: set ft=css :
+5
View File
@@ -0,0 +1,5 @@
#! /usr/bin/zsh
cat | rofi -dmenu $@
# vim: set ft=zsh :
+6
View File
@@ -0,0 +1,6 @@
#! /usr/bin/zsh
export -- $(xrdb -query -all | tr -d \* | sed 's/:[ \t]*/=/')
cat | /usr/bin/rofi $@
# vim: set ft=zsh :
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

+2
View File
@@ -1 +1,3 @@
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
export PATH=$PATH:~/.local/share/npm/bin
+3 -1
View File
@@ -7,7 +7,7 @@ export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state
export XDG_DATA_DIRS="$XDG_DATA_HOME:/usr/share:/usr/local/share"
export DOTFILES=$(realpath $(dirname $(realpath $XDG_CONFIG_HOME/profile))/../../..)
export PATH=$PATH:$HOME/.local/bin
export PATH=$HOME/.local/bin:$PATH
# Load dotfiles from XDG directories instead of the HOME.
export ZDOTDIR=$XDG_CONFIG_HOME/zsh
@@ -41,3 +41,5 @@ export EDITOR=nvim
export VISUAL=$EDITOR
export TERMINAL=kitty
export BROWSER=google-chrome-stable
# vim: set ft=sh :
@@ -0,0 +1,14 @@
kyoo
auth
localhost
api
REST
json
inheritdoc
www
Teardown
moe
AnonymusRaccoon
github
s
Kyoo
Binary file not shown.