parent
acce21bbc1
commit
3624fa124c
@ -0,0 +1,2 @@ |
||||
enable_selector = true |
||||
selector = "rofi -dmenu -p 'Open With: '" |
@ -0,0 +1,239 @@ |
||||
# This file has been auto-generated by i3-config-wizard(1). |
||||
# It will not be overwritten, so edit it as you like. |
||||
# |
||||
# Should you change your keyboard layout some time, delete |
||||
# this file and re-run i3-config-wizard(1). |
||||
# |
||||
|
||||
# i3 config file (v4) |
||||
# |
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |
||||
|
||||
set $mod Mod4 |
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font |
||||
# is used in the bar {} block below. |
||||
font xft:Iosevka:Regular 10 |
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left |
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango). |
||||
#font pango:DejaVu Sans Mono 8 |
||||
|
||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so |
||||
# they are included here as an example. Modify as you see fit. |
||||
|
||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the |
||||
# screen before suspend. Use loginctl lock-session to lock your screen. |
||||
#exec --no-startup-id xss-lock --transfer-sleep-lock -- "i3lock -B sigma -k --pass-power-keys --pass-screen-keys --timecolor=99999999 --datecolor=99999999 --veriftext='' --wrongtext='' --ring-width=3.0" --nofork |
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux, |
||||
# and nm-applet is a desktop environment-independent system tray GUI for it. |
||||
exec --no-startup-id nm-applet |
||||
|
||||
# Use pactl to adjust volume in PulseAudio. |
||||
set $refresh_i3status killall -SIGUSR1 i3status |
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status |
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status |
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status |
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
||||
bindsym --release Print exec --no-startup-id scrot -s |
||||
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position |
||||
floating_modifier $mod |
||||
|
||||
# start a terminal |
||||
bindsym $mod+Return exec i3-sensible-terminal |
||||
|
||||
# kill focused window |
||||
bindsym $mod+Shift+q kill |
||||
|
||||
# start dmenu (a program launcher) |
||||
#bindsym $mod+d exec dmenu_run -fn 'xft:NotoSansMono:style=Regular:size=16' |
||||
bindsym $mod+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons" |
||||
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort" |
||||
|
||||
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications |
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that |
||||
# installed. |
||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop |
||||
|
||||
# change focus |
||||
bindsym $mod+j focus left |
||||
bindsym $mod+k focus down |
||||
bindsym $mod+l focus up |
||||
bindsym $mod+semicolon focus right |
||||
|
||||
# alternatively, you can use the cursor keys: |
||||
bindsym $mod+Left focus left |
||||
bindsym $mod+Down focus down |
||||
bindsym $mod+Up focus up |
||||
bindsym $mod+Right focus right |
||||
|
||||
# move focused window |
||||
bindsym $mod+Shift+j move left |
||||
bindsym $mod+Shift+k move down |
||||
bindsym $mod+Shift+l move up |
||||
bindsym $mod+Shift+semicolon move right |
||||
|
||||
# alternatively, you can use the cursor keys: |
||||
bindsym $mod+Shift+Left move left |
||||
bindsym $mod+Shift+Down move down |
||||
bindsym $mod+Shift+Up move up |
||||
bindsym $mod+Shift+Right move right |
||||
|
||||
# split in horizontal orientation |
||||
bindsym $mod+h split h |
||||
|
||||
# split in vertical orientation |
||||
bindsym $mod+v split v |
||||
|
||||
# enter fullscreen mode for the focused container |
||||
bindsym $mod+f fullscreen toggle |
||||
|
||||
# change container layout (stacked, tabbed, toggle split) |
||||
bindsym $mod+s layout stacking |
||||
bindsym $mod+w layout tabbed |
||||
bindsym $mod+e layout toggle split |
||||
|
||||
bindsym $mod+shift+o exec /home/frosty/Apps/emojipick/emojipick |
||||
bindsym $mod+t exec i3-sensible-terminal -e htop |
||||
bindsym $mod+shift+v exec i3-sensible-terminal -e ncpamixer |
||||
|
||||
# toggle tiling / floating |
||||
bindsym $mod+Shift+space floating toggle |
||||
|
||||
# change focus between tiling / floating windows |
||||
bindsym $mod+space focus mode_toggle |
||||
|
||||
# focus the parent container |
||||
bindsym $mod+a focus parent |
||||
|
||||
# focus the child container |
||||
#bindsym $mod+d focus child |
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on. |
||||
# We use variables to avoid repeating the names in multiple places. |
||||
set $ws1 "1" |
||||
set $ws2 "2" |
||||
set $ws3 "3" |
||||
set $ws4 "4" |
||||
set $ws5 "5" |
||||
set $ws6 "6" |
||||
set $ws7 "7" |
||||
set $ws8 "8" |
||||
set $ws9 "9" |
||||
set $ws10 "10" |
||||
|
||||
# switch to workspace |
||||
bindsym $mod+1 workspace number $ws1 |
||||
bindsym $mod+2 workspace number $ws2 |
||||
bindsym $mod+3 workspace number $ws3 |
||||
bindsym $mod+4 workspace number $ws4 |
||||
bindsym $mod+5 workspace number $ws5 |
||||
bindsym $mod+6 workspace number $ws6 |
||||
bindsym $mod+7 workspace number $ws7 |
||||
bindsym $mod+8 workspace number $ws8 |
||||
bindsym $mod+9 workspace number $ws9 |
||||
bindsym $mod+0 workspace number $ws10 |
||||
|
||||
# move focused container to workspace |
||||
bindsym $mod+Shift+1 move container to workspace number $ws1 |
||||
bindsym $mod+Shift+2 move container to workspace number $ws2 |
||||
bindsym $mod+Shift+3 move container to workspace number $ws3 |
||||
bindsym $mod+Shift+4 move container to workspace number $ws4 |
||||
bindsym $mod+Shift+5 move container to workspace number $ws5 |
||||
bindsym $mod+Shift+6 move container to workspace number $ws6 |
||||
bindsym $mod+Shift+7 move container to workspace number $ws7 |
||||
bindsym $mod+Shift+8 move container to workspace number $ws8 |
||||
bindsym $mod+Shift+9 move container to workspace number $ws9 |
||||
bindsym $mod+Shift+0 move container to workspace number $ws10 |
||||
|
||||
bindsym $mod+Shift+p exec passmenu |
||||
|
||||
# Make the currently focused window a scratchpad |
||||
bindsym $mod+Shift+minus move scratchpad |
||||
# Show the first scratchpad window |
||||
bindsym $mod+minus scratchpad show |
||||
|
||||
# reload the configuration file |
||||
bindsym $mod+Shift+c reload |
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) |
||||
bindsym $mod+Shift+r restart |
||||
# exit i3 (logs you out of your X session) |
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" |
||||
#bindsym $mod+Shift+e exec --no-startup-id qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout -1 -1 -1 |
||||
bindsym Control+$mod+l exec i3lock -B sigma -k --pass-power-keys --pass-screen-keys --timecolor=99999999 --datecolor=99999999 --veriftext="" --wrongtext="" --ring-width=3.0 |
||||
|
||||
focus_follows_mouse no |
||||
set_from_resource $FOCUS iw3m.color2 |
||||
set_from_resource $URGENT iw3m.color1 |
||||
set_from_resource $UNFOCUS iw3m.color7 |
||||
|
||||
#border backgr. text indicator child_border |
||||
client.focused $FOCUS $FOCUS "#FFFFFF" $FOCUS $FOCUS |
||||
#client.focused_inactive $UNFOCUS $UNFOCUS "#FFFFFF" $UNFOCUS $UNFOCUS |
||||
#client.unfocused $UNFOCUS $UNFOCUS "#FFFFFF" $UNFOCUS $UNFOCUS |
||||
client.urgent $URGENT $URGENT "#FFFFFF" $URGENT $URGENT |
||||
client.background $UNFOCUS |
||||
|
||||
for_window [class="^.*"] border pixel 2 |
||||
default_floating_border none |
||||
hide_edge_borders none |
||||
# smart_borders yes |
||||
|
||||
gaps inner 20 |
||||
gaps outer 10 |
||||
|
||||
for_window [window_role="pop-up"] floating enable |
||||
for_window [window_role="task_dialog"] floating enable |
||||
|
||||
for_window [class="yakuake"] floating enable |
||||
for_window [class="systemsettings"] floating enable |
||||
for_window [class="plasmashell"] floating enable; |
||||
for_window [class="Plasma"] floating enable; border none |
||||
for_window [title="plasma-desktop"] floating enable; border none |
||||
for_window [title="win7"] floating enable; border none |
||||
for_window [class="krunner"] floating enable; border none |
||||
for_window [class="Kmix"] floating enable; border none |
||||
for_window [class="Klipper"] floating enable; border none |
||||
for_window [class="Plasmoidviewer"] floating enable; border none |
||||
for_window [class="(?i)*nextcloud*"] floating disable |
||||
no_focus [class="plasmashell" window_type="notification"] |
||||
|
||||
|
||||
for_window [title="Desktop — Plasma"] kill; floating enable; border none |
||||
# resize window (you can also use the mouse for that) |
||||
mode "resize" { |
||||
# These bindings trigger as soon as you enter the resize mode |
||||
|
||||
# Pressing left will shrink the window’s width. |
||||
# Pressing right will grow the window’s width. |
||||
# Pressing up will shrink the window’s height. |
||||
# Pressing down will grow the window’s height. |
||||
bindsym j resize shrink width 10 px or 10 ppt |
||||
bindsym k resize grow height 10 px or 10 ppt |
||||
bindsym l resize shrink height 10 px or 10 ppt |
||||
bindsym semicolon resize grow width 10 px or 10 ppt |
||||
|
||||
# same bindings, but for the arrow keys |
||||
bindsym Left resize shrink width 10 px or 10 ppt |
||||
bindsym Down resize grow height 10 px or 10 ppt |
||||
bindsym Up resize shrink height 10 px or 10 ppt |
||||
bindsym Right resize grow width 10 px or 10 ppt |
||||
|
||||
# back to normal: Enter or Escape or $mod+r |
||||
bindsym Return mode "default" |
||||
bindsym Escape mode "default" |
||||
bindsym $mod+r mode "default" |
||||
} |
||||
|
||||
bindsym $mod+r mode "resize" |
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status |
||||
# finds out, if available) |
||||
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh |
||||
|
||||
|
@ -0,0 +1,30 @@ |
||||
# i3status configuration file. |
||||
# see "man i3status" for documentation. |
||||
|
||||
# It is important that this file is edited as UTF-8. |
||||
# The following line should contain a sharp s: |
||||
# ß |
||||
# If the above line is not correctly displayed, fix your editor first! |
||||
|
||||
general { |
||||
colors = true |
||||
interval = 1 |
||||
} |
||||
|
||||
order += "load" |
||||
order += "memory" |
||||
order += "tztime local" |
||||
|
||||
load { |
||||
format = "CPU Usage: %1min" |
||||
} |
||||
|
||||
memory { |
||||
format = "%used | %available" |
||||
threshold_degraded = "1G" |
||||
format_degraded = "MEMORY < %available" |
||||
} |
||||
|
||||
tztime local { |
||||
format = "%D %l:%M:%S %p" |
||||
} |
@ -0,0 +1,12 @@ |
||||
#!/bin/bash |
||||
|
||||
killall -q polybar |
||||
wal -i ~/.wallpapers/dark/ |
||||
xrdb -merge ~/.Xresources |
||||
while pgrep -u $UID -x polybar >/dev/null; do |
||||
sleep 1; done |
||||
|
||||
for m in $(polybar --list-monitors | cut -d":" -f1); do |
||||
MONITOR=$m polybar --reload default & |
||||
done |
||||
|
@ -0,0 +1,28 @@ |
||||
[module/spotify-icon] |
||||
type = custom/script |
||||
exec = .config/polybar/scripts/spotify-icon.sh |
||||
interval = 1 |
||||
|
||||
[module/spotify-music] |
||||
type = custom/script |
||||
exec = .config/polybar/scripts/spotify-music.sh |
||||
click-left = bspc desktop -f '^10' |
||||
interval = 1 |
||||
|
||||
[module/spotify-prev] |
||||
type = custom/script |
||||
exec = .config/polybar/scripts/spotify-prev.sh |
||||
click-left = playerctl --player=spotify previous |
||||
interval = 1 |
||||
|
||||
[module/spotify-play-pause] |
||||
type = custom/script |
||||
exec = .config/polybar/scripts/spotify-play-pause.sh |
||||
click-left = playerctl --player=spotify play-pause |
||||
interval = 1 |
||||
|
||||
[module/spotify-next] |
||||
type = custom/script |
||||
exec = .config/polybar/scripts/spotify-next.sh |
||||
click-left = playerctl --player=spotify next |
||||
interval = 1 |
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then |
||||
echo "" |
||||
else |
||||
echo "阮" |
||||
fi |
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then |
||||
echo "" |
||||
else |
||||
playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" |
||||
fi |
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then |
||||
echo "" |
||||
else |
||||
echo "怜" |
||||
fi |
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then |
||||
echo "" |
||||
else |
||||
echo "懶" |
||||
fi |
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then |
||||
echo "" |
||||
else |
||||
echo "玲" |
||||
fi |
@ -0,0 +1,153 @@ |
||||
configuration { |
||||
|
||||
modi: "window,ssh,drun"; |
||||
/* width: 50;*/ |
||||
/* lines: 15;*/ |
||||
/* columns: 1;*/ |
||||
font: "mono 12"; |
||||
/* bw: 1;*/ |
||||
/* location: 0;*/ |
||||
/* padding: 5;*/ |
||||
/* yoffset: 0;*/ |
||||
/* xoffset: 0;*/ |
||||
/* fixed-num-lines: true;*/ |
||||
show-icons: true; |
||||
/* terminal: "rofi-sensible-terminal";*/ |
||||
/* ssh-client: "ssh";*/ |
||||
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ |
||||
/* run-command: "{cmd}";*/ |
||||
/* run-list-command: "";*/ |
||||
/* run-shell-command: "{terminal} -e {cmd}";*/ |
||||
/* window-command: "wmctrl -i -R {window}";*/ |
||||
/* window-match-fields: "all";*/ |
||||
icon-theme: "Breeze-Gradient-Dark"; |
||||
/* drun-match-fields: "name,generic,exec,categories,keywords";*/ |
||||
/* drun-categories: ;*/ |
||||
/* drun-show-actions: false;*/ |
||||
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/ |
||||
/* drun-url-launcher: "xdg-open";*/ |
||||
/* disable-history: false;*/ |
||||
/* ignored-prefixes: "";*/ |
||||
/* sort: false;*/ |
||||
/* sorting-method: "normal";*/ |
||||
/* case-sensitive: false;*/ |
||||
/* cycle: true;*/ |
||||
sidebar-mode: false; |
||||
/* eh: 1;*/ |
||||
/* auto-select: false;*/ |
||||
/* parse-hosts: false;*/ |
||||
/* parse-known-hosts: true;*/ |
||||
/* combi-modi: "window,run";*/ |
||||
/* matching: "normal";*/ |
||||
/* tokenize: true;*/ |
||||
/* m: "-5";*/ |
||||
/* line-margin: 2;*/ |
||||
/* line-padding: 1;*/ |
||||
/* filter: ;*/ |
||||
separator-style: "dash"; |
||||
hide-scrollbar: false; |
||||
/* fullscreen: false;*/ |
||||
fake-transparency: true; |
||||
/* dpi: -1;*/ |
||||
/* threads: 0;*/ |
||||
/* scrollbar-width: 8;*/ |
||||
/* scroll-method: 0;*/ |
||||
/* fake-background: "screenshot";*/ |
||||
/* window-format: "{w} {c} {t}";*/ |
||||
/* click-to-exit: true;*/ |
||||
/* show-match: true;*/ |
||||
/* theme: ;*/ |
||||
/* color-normal: ;*/ |
||||
/* color-urgent: ;*/ |
||||
/* color-active: ;*/ |
||||
/* color-window: ;*/ |
||||
/* max-history-size: 25;*/ |
||||
/* combi-hide-mode-prefix: false;*/ |
||||
/* matching-negate-char: '-' /* unsupported */;*/ |
||||
/* cache-dir: ;*/ |
||||
window-thumbnail: true; |
||||
|
||||
/* drun-use-desktop-cache: false;*/ |
||||
/* drun-reload-desktop-cache: false;*/ |
||||
/* pid: "/run/user/1000/rofi.pid";*/ |
||||
/* display-window: ;*/ |
||||
/* display-windowcd: ;*/ |
||||
/* display-run: ;*/ |
||||
/* display-ssh: ;*/ |
||||
/* display-drun: ;*/ |
||||
/* display-combi: ;*/ |
||||
/* display-keys: ;*/ |
||||
/* kb-primary-paste: "Control+V,Shift+Insert";*/ |
||||
/* kb-secondary-paste: "Control+v,Insert";*/ |
||||
/* kb-clear-line: "Control+w";*/ |
||||
/* kb-move-front: "Control+a";*/ |
||||
/* kb-move-end: "Control+e";*/ |
||||
/* kb-move-word-back: "Alt+b,Control+Left";*/ |
||||
/* kb-move-word-forward: "Alt+f,Control+Right";*/ |
||||
/* kb-move-char-back: "Left,Control+b";*/ |
||||
/* kb-move-char-forward: "Right,Control+f";*/ |
||||
/* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/ |
||||
/* kb-remove-word-forward: "Control+Alt+d";*/ |
||||
/* kb-remove-char-forward: "Delete,Control+d";*/ |
||||
/* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/ |
||||
/* kb-remove-to-eol: "Control+k";*/ |
||||
/* kb-remove-to-sol: "Control+u";*/ |
||||
/* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/ |
||||
/* kb-accept-custom: "Control+Return";*/ |
||||
/* kb-accept-alt: "Shift+Return";*/ |
||||
/* kb-delete-entry: "Shift+Delete";*/ |
||||
/* kb-mode-next: "Shift+Right,Control+Tab";*/ |
||||
/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/ |
||||
/* kb-row-left: "Control+Page_Up";*/ |
||||
/* kb-row-right: "Control+Page_Down";*/ |
||||
/* kb-row-up: "Up,Control+p,ISO_Left_Tab";*/ |
||||
/* kb-row-down: "Down,Control+n";*/ |
||||
/* kb-row-tab: "Tab";*/ |
||||
/* kb-page-prev: "Page_Up";*/ |
||||
/* kb-page-next: "Page_Down";*/ |
||||
/* kb-row-first: "Home,KP_Home";*/ |
||||
/* kb-row-last: "End,KP_End";*/ |
||||
/* kb-row-select: "Control+space";*/ |
||||
/* kb-screenshot: "Alt+S";*/ |
||||
/* kb-ellipsize: "Alt+period";*/ |
||||
/* kb-toggle-case-sensitivity: "grave,dead_grave";*/ |
||||
/* kb-toggle-sort: "Alt+grave";*/ |
||||
/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/ |
||||
/* kb-custom-1: "Alt+1";*/ |
||||
/* kb-custom-2: "Alt+2";*/ |
||||
/* kb-custom-3: "Alt+3";*/ |
||||
/* kb-custom-4: "Alt+4";*/ |
||||
/* kb-custom-5: "Alt+5";*/ |
||||
/* kb-custom-6: "Alt+6";*/ |
||||
/* kb-custom-7: "Alt+7";*/ |
||||
/* kb-custom-8: "Alt+8";*/ |
||||
/* kb-custom-9: "Alt+9";*/ |
||||
/* kb-custom-10: "Alt+0";*/ |
||||
/* kb-custom-11: "Alt+exclam";*/ |
||||
/* kb-custom-12: "Alt+at";*/ |
||||
/* kb-custom-13: "Alt+numbersign";*/ |
||||
/* kb-custom-14: "Alt+dollar";*/ |
||||
/* kb-custom-15: "Alt+percent";*/ |
||||
/* kb-custom-16: "Alt+dead_circumflex";*/ |
||||
/* kb-custom-17: "Alt+ampersand";*/ |
||||
/* kb-custom-18: "Alt+asterisk";*/ |
||||
/* kb-custom-19: "Alt+parenleft";*/ |
||||
/* kb-select-1: "Super+1";*/ |
||||
/* kb-select-2: "Super+2";*/ |
||||
/* kb-select-3: "Super+3";*/ |
||||
/* kb-select-4: "Super+4";*/ |
||||
/* kb-select-5: "Super+5";*/ |
||||
/* kb-select-6: "Super+6";*/ |
||||
/* kb-select-7: "Super+7";*/ |
||||
/* kb-select-8: "Super+8";*/ |
||||
/* kb-select-9: "Super+9";*/ |
||||
/* kb-select-10: "Super+0";*/ |
||||
/* ml-row-left: "ScrollLeft";*/ |
||||
/* ml-row-right: "ScrollRight";*/ |
||||
/* ml-row-up: "ScrollUp";*/ |
||||
/* ml-row-down: "ScrollDown";*/ |
||||
/* me-select-entry: "MousePrimary";*/ |
||||
/* me-accept-entry: "MouseDPrimary";*/ |
||||
/* me-accept-custom: "Control+MouseDPrimary";*/ |
||||
} |
||||
@import "/usr/share/rofi/themes/Arc-Dark.rasi" |
@ -0,0 +1,43 @@ |
||||
* { |
||||
background-color: #282C33; |
||||
border-color: #2e343f; |
||||
text-color: #8ca0aa; |
||||
spacing: 0; |
||||
width: 512px; |
||||
} |
||||
|
||||
inputbar { |
||||
border: 0 0 1px 0; |
||||
children: [prompt,entry]; |
||||
} |
||||
|
||||
prompt { |
||||
padding: 16px; |
||||
border: 0 1px 0 0; |
||||
} |
||||
|
||||
textbox { |
||||
background-color: #2e343f; |
||||
border: 0 0 1px 0; |
||||
border-color: #282C33; |
||||
padding: 8px 16px; |
||||
} |
||||
|
||||
entry { |
||||
padding: 16px; |
||||
} |
||||
|
||||
listview { |
||||
cycle: false; |
||||
margin: 0 0 -1px 0; |
||||
scrollbar: false; |
||||
} |
||||
|
||||
element { |
||||
border: 0 0 1px 0; |
||||
padding: 16px; |
||||
} |
||||
|
||||
element selected { |
||||
background-color: #2e343f; |
||||
} |
Loading…
Reference in new issue