GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
You can use a launcher script to launch Rofi with the desired theme. Here's an example script: #!/usr/bin/env bash theme_name="minimal" theme_dir="~/.local/share/rofi/themes/$theme_name" launcher="$theme_dir/style.rasi" term="alacritty" rofi \ -show drun \ -terminal $term \ -...
git :https://github.com/davatorium/rofi 基本命令: shell rofi -show runrofi -show sshrofi -show drun 我自己使用的是rofi -show drun,在i3中的配置如下: shell vim ~/.i3/configbindsym $mod+d exec --no-startup-id rofi -show drun -theme fancy 如果不喜欢默认主题,可以使用命令选择喜欢的主...
theme='style-1' Change Colors : Edit ~/.config/rofi/powermenu/type-X/shared/colors.rasi file and edit the following line to use the color-scheme you like. @import "~/.config/rofi/colors/onedark.rasi" Colors in type-5 and type-6 are hard-coded (based on image colors) and can ...
header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/davatorium/rofi/') header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/') header_conf.set('THEME_CONVERTER', true) header_conf.set('_GNU_SOURCE', true) header_conf.set('USE_NK_GIT_VERSION', true) ...
* Base16 oomox-Ail.JPG ROFI Color theme * * Authors * Scheme: oomox-Ail.JPG * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista) */ * { clear: #00000000; lbg: #2828284d; text: #120202; red: #12020299; blu...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Default theme: Wiki ❗The Wiki is currently unmaintained and might contain outdated data Go to wiki. User scripts Examples dmenu Specs mode Specs F.A.Q.. Script mode Creating an issue Creating a Pull request Discussion places TheGitHub Discussionsis the preferred location for discussions. ...
A centralized repository for Rofi themes. Contribute to Heus-Sueh/rofi-themes development by creating an account on GitHub.
@@ -17,46 +17,46 @@ git clone https://github.com/Heus-Sueh/rofi-themes.git "$temp_dir" # Function to install a theme install_theme() { local theme_name="$1" local theme_dir="$temp_dir/themes/$theme_name" local target_theme_dir="$themes_dir/$theme_name" local target_script...