-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
30 lines (25 loc) · 2.14 KB
/
.Xdefaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#====================================================================================
# ██╗ ██╗██████╗ ███████╗███████╗ █████╗ ██╗ ██╗██╗ ████████╗███████╗
# ╚██╗██╔╝██╔══██╗██╔════╝██╔════╝██╔══██╗██║ ██║██║ ╚══██╔══╝██╔════╝
# ╚███╔╝ ██║ ██║█████╗ █████╗ ███████║██║ ██║██║ ██║ ███████╗
# ██╔██╗ ██║ ██║██╔══╝ ██╔══╝ ██╔══██║██║ ██║██║ ██║ ╚════██║
# ██╔╝ ██╗██████╔╝███████╗██║ ██║ ██║╚██████╔╝███████╗██║ ███████║
# ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚══════╝
#
# Description: X server resource file
# Author: Alexandre Bouthinon
#====================================================================================
#====================================================================================
# Rofi launcher configuration
#====================================================================================
rofi.font: Fira Code 10
rofi.color-enabled: true
rofi.color-normal: argb:00000000 , #d4d4d4 , argb:00000000 , #d4d4d4 , #000000
rofi.color-urgent: argb:00000000 , #fba922 , argb:00000000 , #fba922 , #000000
rofi.color-active: argb:00000000 , #d4d4d4 , argb:00000000 , #454545 , #000000
rofi.color-window: argb:bb252525 , argb:ff000000 , argb:00000000
rofi.terminal: kitty
rofi.ssh-client: ssh
rofi.ssh-command: {terminal} {ssh-client} {host}
rofi.run-command: {terminal} {cmd}
rofi.run-shell-command: {terminal} {cmd}