From 570f1c66e39f56151381e5f9a1228856486cc52b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 24 Jul 2025 04:27:15 +0200 Subject: Update --- .black.rasi | 38 ++++++++++++++++++++++++++++++++++++++ .cwmrc | 4 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 .black.rasi diff --git a/.black.rasi b/.black.rasi new file mode 100644 index 0000000..cbcb99f --- /dev/null +++ b/.black.rasi @@ -0,0 +1,38 @@ +configuration { + show-icons: false; + disable-history: true; +} + +* { + font: "Berkeley Mono Bold 14"; + foreground: white; + background-color: black; +} + +#window { + background-color: black; + border: 2; + border-color: white; + padding: 20; + width: 800; +} + +prompt, inputbar, entry { + text-color: white; + padding: 0 10 10 0; + text-style: bold; +} + +listview { + lines: 20; + columns: 1; +} + +element-text { + text-color: khaki; +} + +element-text selected { + text-color: black; + background-color: white; +} diff --git a/.cwmrc b/.cwmrc index 947cdef..c6eeca2 100644 --- a/.cwmrc +++ b/.cwmrc @@ -9,9 +9,9 @@ unbind-mouse all bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" bind-key 4-e /home/m/Applications/Brave-nightly-v1.82.99-x86_64.AppImage --new-window" -bind-key 4-p "rofi -show drun" +bind-key 4-p "rofi -show drun -theme ~/.black.rasi" bind-key 4-s "xmagnify -s 1000 -z 3" -bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1045,416,236" +bind-key 4-b "wmctrl -r :ACTIVE: -e 0,3408,1040,416,236" bind-key 4-bracketright "pats -t" bind-key XF86AudioLowerVolume "pactl set-sink-volume @DEFAULT_SINK@ -5%" bind-key XF86AudioRaiseVolume "pactl set-sink-volume @DEFAULT_SINK@ +5%" -- cgit v1.2.3