Update small things
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
follow = mouse
|
||||
width = 400
|
||||
origin = "top-center"
|
||||
offset = "0x45"
|
||||
offset = "0x55"
|
||||
indicate_hidden = yes
|
||||
shrink = no
|
||||
separator_height = 1
|
||||
transparency = 0
|
||||
padding = 10
|
||||
horizontal_padding = 10
|
||||
frame_width = 0
|
||||
frame_width = 2
|
||||
frame_color = "#eeeeee"
|
||||
separator_color = frame
|
||||
sort = yes
|
||||
@@ -49,7 +49,7 @@
|
||||
# Misc
|
||||
|
||||
always_run_script = true
|
||||
corner_radius = 0
|
||||
corner_radius = 10
|
||||
force_xinerama = false
|
||||
mouse_left_click = do_action
|
||||
mouse_middle_click = close_all
|
||||
|
||||
@@ -300,6 +300,13 @@ Show me relative line numbers, when in =normal= mode and absolute ones, when in
|
||||
(add-hook 'evil-insert-state-exit-hook #'noct:relative)
|
||||
#+end_src
|
||||
|
||||
Show me both line and column counter in my bar.
|
||||
#+begin_src emacs-lisp :tangle yes
|
||||
(line-number-mode)
|
||||
(column-number-mode)
|
||||
#+end_src
|
||||
|
||||
|
||||
*** Theme
|
||||
Setting my beloved =ayu= light theme with some icons.
|
||||
#+begin_src emacs-lisp :tangle yes
|
||||
|
||||
@@ -146,9 +146,8 @@ for_window [class="TelegramDesktop"] move to workspace $ws3
|
||||
for_window [class="Spotify"] move to workspace $ws4
|
||||
for_window [class="Thunderbird"] move to workspace $ws9
|
||||
|
||||
# border
|
||||
# borders
|
||||
smart_borders on
|
||||
smart_gaps on
|
||||
|
||||
# gaps
|
||||
gaps inner 0
|
||||
@@ -162,6 +161,5 @@ exec --no-startup-id pasystray
|
||||
exec --no-startup-id keepassxc
|
||||
exec --no-startup-id seafile-applet
|
||||
exec --no-startup-id fcitx5
|
||||
exec --no-startup-id picom
|
||||
exec --no-startup-id libinput-gestures-setup start
|
||||
exec --no-startup-id redshift-gtk -l 48.13333:11.56667
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[colors]
|
||||
white = #ffffff
|
||||
black = #ee222222
|
||||
black = #222222
|
||||
green = #a6cc70
|
||||
red = #ff3333
|
||||
yellow = #e7c547
|
||||
@@ -19,7 +19,7 @@ scroll-down = i3wm-wsnext
|
||||
fixed-center = true
|
||||
|
||||
width = 100%
|
||||
height = 40
|
||||
height = 50px
|
||||
|
||||
dpi = ${xrdb:Xft.dpi:-1}
|
||||
|
||||
|
||||
@@ -1,32 +1,6 @@
|
||||
/* Confirm Dialog */
|
||||
|
||||
colors {
|
||||
background: #425775ff;
|
||||
background-alt: #475C7Bff;
|
||||
foreground: #ffffffcc;
|
||||
border: #FDBB6Dff;
|
||||
border-alt: #DA717Fff;
|
||||
selected: #685E79ff;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "JuliaMono 11";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 225px;
|
||||
padding: 25px;
|
||||
border: 1px;
|
||||
border-radius: 0px;
|
||||
border-color: @border;
|
||||
location: center;
|
||||
y-offset: -2em;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
text-color: @border;
|
||||
width: 250;
|
||||
padding: 1%;
|
||||
location: center;
|
||||
y-offset: -2em;
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ export SDL_IM_MODULE='ibus'
|
||||
export XMODIFIERS='@im=ibus'
|
||||
export WINIT_UNIX_BACKEND=x11
|
||||
|
||||
# ssh agent
|
||||
eval $(systemctl --user show-environment | grep SSH_AUTH_SOCK)
|
||||
export SSH_AUTH_SOCK
|
||||
# ssh agent - requires gnome keyring
|
||||
# eval $(systemctl --user show-environment | grep SSH_AUTH_SOCK)
|
||||
# export SSH_AUTH_SOCK
|
||||
|
||||
@@ -54,8 +54,8 @@ alias rm='rm -i' # Ask before removal
|
||||
alias cp='cp -i' # Ask before removal
|
||||
alias mv='mv -i' # Ask before removal
|
||||
|
||||
alias palmreject='xinput set-prop 12 340 1'
|
||||
alias palmaccept='xinput set-prop 12 340 0'
|
||||
alias palmreject='xinput set-prop 19 340 1'
|
||||
alias palmaccept='xinput set-prop 19 340 0'
|
||||
|
||||
alias nssh='SSH_AUTH_SOCK= ssh'
|
||||
alias cpu='watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"'
|
||||
|
||||
Reference in New Issue
Block a user