Browse Source

changing autostartlocation and battery i3block-module

master
tiynger 1 year ago
parent
commit
09046be464
5 changed files with 33 additions and 1053 deletions
  1. +0
    -3
      .config/aliasrc
  2. +4
    -0
      .config/i3/config
  3. +1
    -1
      .config/i3blocks/config
  4. +28
    -1048
      .local/bin/statusbar/battery
  5. +0
    -1
      .xprofile

+ 0
- 3
.config/aliasrc

@ -4,9 +4,6 @@
alias ":wq"="exit" alias ":wq"="exit"
alias ":q"="exit" alias ":q"="exit"
# battery
alias "battery"="acpi"
# calcurse # calcurse
alias cal="calcurse-caldav --init=keep-remote && calcurse" alias cal="calcurse-caldav --init=keep-remote && calcurse"
alias calchange="cd ~/.calcurse/caldav" alias calchange="cd ~/.calcurse/caldav"

+ 4
- 0
.config/i3/config

@ -7,6 +7,10 @@
# export FILE="ranger" # export FILE="ranger"
# export TERMINAL="st" # export TERMINAL="st"
# #------Auto Start-------# #
exec --no-startup-id owncloud
exec --no-startup-id toggletouchpad
# #---Basic Definitions---# # # #---Basic Definitions---# #
for_window [class="^.*"] border pixel 2 for_window [class="^.*"] border pixel 2
gaps inner 0 gaps inner 0

+ 1
- 1
.config/i3blocks/config

@ -42,7 +42,7 @@ interval=180
command=~/.local/bin/statusbar/disk /home command=~/.local/bin/statusbar/disk /home
[battery] [battery]
command=~/.local/bin/statusbar/battery
command=~/.local/bin/statusbar/battery BAT0
interval=5 interval=5
[clock] [clock]

+ 28
- 1048
.local/bin/statusbar/battery
File diff suppressed because it is too large
View File


+ 0
- 1
.xprofile

@ -2,7 +2,6 @@
setbg & # Set the background setbg & # Set the background
sxhkd & # Bind keys sxhkd & # Bind keys
toggletouchpad &
# Switch to US international with Caps as Mod/Escape # Switch to US international with Caps as Mod/Escape
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' & setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
# Properties button extra Mod/Escape # Properties button extra Mod/Escape

Loading…
Cancel
Save