poetician

i3-gaps Bumblebee-status | ArcoLinux

Oct 1st, 2022
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.58 KB | None | 0 0
  1. #=======================================================================#
  2. #=== ㄗ 𑁣 𑁗 ፖ ༑ ᙅ ༑ ₳ ⴄ 𓁿Ꝣᰃ𑊸 === ᗿᙀጣЪ𐔹ᙦβᗕ𑄺-ⴝㆤᎯէᙀᎦЪДⴽ ᕮᗤ𐏒𐌕𐏒𐀏ꤚ ===#
  3. #=== Dots: https://gitlab.com/Poetician https://pastebin.com/u/poetician
  4. #=== i3wm Ver: 4.20.1 (2021-11-03) © 2009 Michael Stapelberg and contributors
  5. #=== Dev URL: https://i3wm.org/ https://www.reddit.com/r/i3wm/
  6. #=== ArcoLinux: https://www.arcolinux.info/ https://www.youtube.com/c/ErikDubois
  7. # v22.06.07
  8. # ArcoLinuxB-i3
  9. # Thu May 12 03:24:33 PM CEST 2022
  10. # ================================================= #
  11.  
  12. # ================================================= #
  13.  
  14. #=== Define $mod Variable === #
  15.  
  16. set $mod Mod4
  17.  
  18. #=== Display Settings === #
  19.  
  20. for_window [class="Nitrogen"] focus, floating enable, resize set 831 494, move position 545 180
  21. exec --no-startup-id nitrogen --restore
  22. bindsym $mod+n exec --no-startup-id nitrogen
  23. exec killall picom &&
  24. exec_always --no-startup-id picom --experimental-backends --config ~/.config/i3/picom.conf
  25. bindsym $mod+p exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh
  26. exec killall redshift &&
  27. exec redshift &
  28.  
  29. #=== Application Launchers === #
  30.  
  31. # Start jgmenu
  32. bindsym $mod+j exec jgmenu_run
  33.  
  34. # Start Rofi in combi Mode
  35. bindsym $mod+y exec rofi -show combi -steal-focus
  36. # Start Rofi in drun Mode
  37. bindsym $mod+r exec rofi -show drun -steal-focus
  38. #Start Rofi in filebrowser Mode
  39. bindsym $mod+b exec rofi -show filebrowser -steal-focus
  40. # Start Rofi Theme Selector
  41. bindsym Ctrl+Mod1+r exec rofi-theme-selector
  42.  
  43. # Start Xfce4 AppFinder
  44. for_window [class="Xfce4-appfinder"] focus, floating enable, resize set 600 700
  45. bindsym $mod+Ctrl+l exec xfce4-appfinder
  46.  
  47. #=== Loaded at Startup === #
  48.  
  49. exec_always --no-startup-id autotiling
  50. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  51. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2570 400, resize set 620 240
  52. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  53. exec setxkbmap -option caps:swapescape
  54. exec_always --no-startup-id unclutter --timeout 2
  55. exec --no-startup-id xfce4-power-manager &
  56. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  57.  
  58. #=== Tray Apps Loaded at Startup === #
  59.  
  60. # Parcellite
  61. exec --no-startup-id parcellite
  62. # Veikk Tablet Driver
  63. exec --no-startup-id /lib/vktablet/vktablet
  64. # Volume
  65. exec --no-startup-id volumeicon
  66. # Workrave
  67. for_window [class="Workrave"] focus
  68. exec --no-startup-id workrave
  69.  
  70. #=== Reloading Changed Configuration === #
  71.  
  72. # Reload the configuration file (problematic with some apps; logging out is better)
  73. bindsym $mod+Shift+c reload
  74.  
  75. # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
  76. bindsym $mod+Shift+r restart
  77.  
  78. #=== Stopping Applications/Session === #
  79.  
  80. # Kill focused window
  81. bindsym $mod+q kill
  82.  
  83. # Xkill focused window that Kill can't kill
  84. bindsym --release $mod+Escape exec xkill
  85.  
  86. # The middle button and a modifer over any part of the window kills the window
  87. bindsym --whole-window button2 kill
  88.  
  89. # Betterlockscreen
  90. bindsym $mod+Pause exec betterlockscreen -l dimblur
  91.  
  92. # Session Logout/Restart/Shutdown
  93. bindsym $mod+x exec archlinux-logout
  94.  
  95. #=================================================================================#
  96. #=== Workspace Assignments; Application Directives and Launching === #
  97.  
  98. set $ws1 "1"
  99. assign [class="firefox|librewolf-bin"] $ws1
  100. for_window [class="firefox|librewolf-bin"] focus, fullscreen enable
  101. exec --no-startup-id firefox
  102. bindsym Ctrl+Mod1+f exec firefox
  103. bindsym $mod+F9 exec firefox https://gitlab.com/Poetician
  104. bindsym $mod+F11 exec firefox https://pastebin.com/u/poetician
  105. bindsym $mod+Ctrl+w exec librewolf
  106. bindsym $mod+Home exec librewolf https://gitlab.com/Poetician
  107. bindsym $mod+End exec librewolf https://pastebin.com/u/poetician
  108. bindsym $mod+Prior exec librewolf https://odysee.com/
  109. bindsym $mod+Next exec librewolf https://studio.youtube.com/channel/UCmP5yzI3bT4EP5lyitpor8w
  110.  
  111.  
  112. set $ws2 "2"
  113. assign [class="Audacity|Indicator-stickynotes"] $ws2
  114. for_window [class="Indicator-stickynotes"] focus, floating enable
  115. bindsym $mod+Ctrl+s exec indicator-stickynotes
  116. bindsym $mod+a audacity
  117.  
  118.  
  119. set $ws3 "3"
  120. assign [class="Gcolor3|qimgv|Viewnior"] $ws3
  121. for_window [class="qimgv|Viewnior"] focus, fullscreen enable
  122. for_window [title="Open Image"] floating enable, resize set 960 640, move position 480 200
  123. for_window [class="Gcolor3"] focus, floating enable, resize set 700 300, move position 1160 700
  124. bindsym $mod+c exec gcolor3
  125. bindsym $mod+d exec qimgv
  126. bindsym $mod+w exec viewnior
  127.  
  128.  
  129. set $ws4 "4"
  130. assign [class="libreoffice"] $ws4
  131. for_window [class="libreoffice"] focus, floating enable, resize set 1200 1040, move position 360 30
  132. for_window [title="Standard"] floating enable, resize set 177 403, move position 159 79
  133. for_window [title="Formatting"] floating enable, resize set 259 251, move position 77 512
  134. bindsym $mod+l exec --no-startup-id libreoffice
  135.  
  136.  
  137. set $ws5 "5"
  138. assign [class="Blender|kdenlive"] $ws5
  139. for_window [class="Blender|kdenlive"] focus
  140. for_window [title="Clip titre"] focus, floating enable, resize set 1220 785, move position 350 150
  141. for_window [title=["Configurer"] focus, enable, resize set 1220 785, move position center
  142. for_window [title=["Ouvrir"] focus, enable, resize set 1220 785, move position center
  143. for_window [title="Rendu en cours…"]focus, floating enable, resize set 1220 785, move position center
  144. bindsym $mod+backslash exec blender
  145. bindsym $mod+k exec kdenlive
  146.  
  147.  
  148. set $ws6 "6"
  149. assign [class="Gimp-2.10|Inkscape"] $ws6
  150. for_window [class="Gimp-2.10|Inkscape"] focus
  151. for_window [title="Copying"] floating enable
  152. for_window [title="Deleting"] floating enable
  153. for_window [title="Moving"] floating enable
  154. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  155. for_window [window_role="pop-up"] focus, floating enable
  156. for_window [window_role="gimp-preferences"] floating enable, resize set 960 960, move position 480 40
  157. for_window [window_role="setup"] floating enable
  158. for_window [window_role="gimp-file-export"] floating enable, move position 80 80
  159. bindsym $mod+g exec gimp-2.10
  160. bindsym $mod+i exec inkscape
  161.  
  162.  
  163. set $ws7 "7"
  164. assign [class="Google Earth Pro"] $ws7
  165. for_window [class="Google Earth Pro"] focus
  166. bindsym $mod+e exec google-earth-pro
  167.  
  168.  
  169. set $ws8 "8"
  170. assign [class="Czkawka_gui|Meld"] $ws8
  171. for_window [class="Meld"] focus, floating enable, resize set 1904 990, move position 8 40
  172. for_window [class="Czkawka_gui"] focus
  173. bindsym $mod+Ctrl+c exec czkawka_gui
  174. bindsym $mod+m exec meld
  175.  
  176.  
  177. set $ws9 "9"
  178. assign [class="Audacious|Pystopwatch|vlc|Xscreensaver-demo"] $ws9
  179. for_window [class="Audacious"] floating enable, resize set 680 222, move position 1190 340
  180. for_window [title="Blur Scope"] floating enable, resize set 600 180, move position 1070 90
  181. exec audacious ~/Musique/crickets.opus
  182. bindsym $mod+Ctrl+a exec audacious
  183. for_window [class="Pystopwatch"] floating enable, resize set 285 110, move position 1393 92
  184. exec --no-startup-id pystopwatch
  185. for_window [class="vlc"] floating enable, resize set 680 300, move position 1190 720
  186. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] focus, floating enable
  187. for_window [title="Préférences simples"] focus, floating enable, resize set 1000 450, move position 860 360
  188. exec vlc ~/Musique/water.opus
  189. bindsym $mod+v exec vlc
  190. for_window [class="Xscreensaver-demo"] floating enable, resize set 1120 680, move position 30 340
  191. exec_always --no-startup-id xscreensaver
  192. exec --no-startup-id xscreensaver-demo
  193. bindsym $mod+Ctrl+x exec xscreensaver-demo
  194.  
  195.  
  196. set $ws10 "10"
  197. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  198. for_window [class="VirtualBox Machine|VirtualBox Manager"] focus, floating disable
  199. for_window [class="VirtualBox"] move position 1960 480
  200. # exec virtualbox manager
  201. bindsym $mod+F10 exec virtualbox manager
  202.  
  203.  
  204. set $ws11 "11"
  205. assign [class="kate|Nemo|Thunar"] $ws11
  206. for_window [class="kate|Nemo|Thunar"] focus
  207. for_window [title="Ouvrir un fichier — Kate"] resize set 960 640, move position 2400 180
  208. exec --no-startup-id kate ~/.config/i3/config
  209. bindsym $mod+F1 exec kate ~/.config/alacritty/alacritty.yml
  210. bindsym $mod+F2 exec kate ~/.bashrc
  211. bindsym $mod+F3 exec kate ~/.config/i3/i3-keybinds
  212. bindsym $mod+F4 exec kate ~/.config/i3/config
  213. bindsym $mod+F5 exec kate ~/.config/i3/picom.conf
  214. bindsym $mod+F6 exec kate ~/.config/polybar/config.ini
  215. bindsym $mod+F7 exec kate ~/.config/rofi/config.rasi
  216. bindsym $mod+F8 exec kate ~/.zshrc
  217. for_window [class="Nemo-terminal-prefs|mpv"] focus, floating enable, resize set 1280 854, move position center
  218. for_window [title="File Management Preferences"] focus, floating enable, resize set 1100 580, move position 2188 463
  219. exec --no-startup-id nemo
  220. bindsym $mod+Shift+Return exec nemo
  221. bindsym $mod+h exec kate
  222. bindsym $mod+t exec thunar
  223.  
  224.  
  225. set $ws12 "12"
  226. assign [class="qBittorrent"] $ws12
  227. for_window [class="qBittorrent"] floating enable, resize set 1400 860, move position 2180 90
  228. bindsym $mod+F12 exec qbittorrent
  229. exec --no-startup-id qbittorrent
  230.  
  231.  
  232. set $ws13 "13"
  233. assign [class="File-roller|Filezilla|Xfce4-dict"] $ws13
  234. for_window [title="Extraire"] focus, floating enable, resize set 960 480, move position 920 500
  235. for_window [class="File-roller"] focus, floating enable, resize set 880 560, move position 1280 496
  236. for_window [class="Filezilla"] focus
  237. bindsym $mod+Ctrl+f exec filezilla
  238. for_window [class="Xfce4-dict"] focus, floating enable, resize set 875 960, move position 1940 60
  239. bindsym $mod+Ctrl+d exec xfce4-dict
  240.  
  241.  
  242. set $ws14 "14"
  243. assign [class="Kvantum Manager|Lxappearance|Oomox|qt5ct|qt6ct"] $ws14
  244. for_window [class="Kvantum Manager"] focus, floating enable, move position 1960 360
  245. for_window [class="Lxappearance"] focus, floating enable, resize set 800 600, move position 2480 240
  246. for_window [class="Oomox"] focus
  247. for_window [class="qt5ct|qt6ct"] focus, floating enable, resize set 900 720, move position 2430 160
  248. for_window [title="Outil de configuration de Qt5"] floating enable, resize set 900 720, move position 510 160
  249. bindsym Ctrl+Mod1+k exec kvantummanager
  250. bindsym Ctrl+Mod1+l exec lxappearance
  251. bindsym $mod+o exec oomox-gui
  252. bindsym $mod+Ctrl+q exec qt6ct
  253. bindsym $mod+Ctrl+t exec qt5ct
  254.  
  255.  
  256. set $ws15 "15"
  257. assign [class="gmic_qt"] $ws15
  258. for_window [class="gmic_qt"] focus, fullscreen enable
  259.  
  260.  
  261. set $ws16 "16"
  262. assign [class="Archlinux-tweak-tool.py|GParted|Grub-customizer"] $ws16
  263. for_window [class="Archlinux-tweak-tool.py"] focus, floating enable, resize set 1100 900, move position 2330 50
  264. for_window [class="GParted"] focus, floating enable, resize set 775 500, move position 2960 50
  265. for_window [class="Grub-customizer"] focus, floating enable, resize set 900 800, move position 2000 50
  266. bindsym Ctrl+Mod1+comma exec --no-startup-id archlinux-tweak-tool
  267. bindsym $mod+Ctrl+g exec gparted
  268. bindsym $mod+z exec grub-customizer
  269.  
  270. #=== Unassigned Applications === #
  271.  
  272. for_window [class="Dialog|Font-manager"] focus, floating enable, move position 1000 400
  273. for_window [window_role="GtkFileChooserDialog"] floating enable, focus, move position center
  274.  
  275. for_window [class="balena-etcher-electron"] move position 2000 320
  276. bindsym $mod+Ctrl+e exec etcher
  277.  
  278. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  279. bindsym $mod+Ctrl+m exec no-startup-id mate-system-monitor
  280.  
  281. for_window [class="Xfce4-settings-manager"] focus, floating enable, resize set 960 720
  282. for_window [class="Xfce4-taskmanager"] focus, floating enable, resize set 960 720
  283. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  284. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager
  285.  
  286. #=== Scratchpad === #
  287.  
  288. # Move the currently focused window to the scratchpad
  289. bindsym Mod1+Shift+slash move scratchpad
  290.  
  291. # Retrieve the oldest window in the scratchpad
  292. bindsym Mod1+slash scratchpad show
  293.  
  294. # Move all floating windows to the scratchpad
  295. #bindsym $mod+b [floating] move scratchpad
  296.  
  297. for_window [class="Alacritty"] focus, floating enable, resize set 880 640
  298. bindsym $mod+Return exec alacritty
  299. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  300.  
  301. for_window [class="Audio-recorder"] move scratchpad, move position 1940 360
  302. bindsym $mod+Ctrl+r exec audio-recorder
  303. bindsym $mod+shift+a [class="Audio-recorder"] scratchpad show
  304.  
  305. for_window [class="Gucharmap"] move scratchpad, resize set 900 600, move position 20 420
  306. bindsym Ctrl+Mod1+period exec gucharmap
  307. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  308.  
  309. for_window [class="SimpleScreenRecorder"] move scratchpad, floating enable
  310. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] focus, floating enable
  311. bindsym $mod+s exec simplescreenrecorder
  312. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  313.  
  314. #=== Screenshots === #
  315.  
  316. for_window [class="flameshot"] floating enable, resize set 730 480
  317. bindsym Ctrl+Mod1+s exec flameshot
  318. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  319.  
  320. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  321.  
  322. # ================================================= #
  323. #=== Dual Monitor Setup === #
  324.  
  325. set $Screen1 HDMI-A-0
  326. set $Screen2 DVI-D-0
  327.  
  328. workspace 1 output $Screen1
  329. workspace 2 output $Screen1
  330. workspace 3 output $Screen1
  331. workspace 4 output $Screen1
  332. workspace 5 output $Screen1
  333. workspace 6 output $Screen1
  334. workspace 7 output $Screen1
  335. workspace 8 output $Screen1
  336. workspace 9 output $Screen1
  337. workspace 10 output $Screen2
  338. workspace 11 output $Screen2
  339. workspace 12 output $Screen2
  340. workspace 13 output $Screen2
  341. workspace 14 output $Screen2
  342. workspace 15 output $Screen2
  343. workspace 16 output $Screen2
  344.  
  345. # =============================================== #
  346. #=== Workspace Functions === #
  347.  
  348. #=== Switch to workspace === #
  349.  
  350. bindsym $mod+1 workspace $ws1
  351. bindsym $mod+2 workspace $ws2
  352. bindsym $mod+3 workspace $ws3
  353. bindsym $mod+4 workspace $ws4
  354. bindsym $mod+5 workspace $ws5
  355. bindsym $mod+6 workspace $ws6
  356. bindsym $mod+7 workspace $ws7
  357. bindsym $mod+8 workspace $ws8
  358. bindsym $mod+9 workspace $ws9
  359. bindsym $mod+0 workspace $ws10
  360. bindsym $mod+minus workspace $ws11
  361. bindsym $mod+equal workspace $ws12
  362. bindsym $mod+bracketleft workspace $ws13
  363. bindsym $mod+bracketright workspace $ws14
  364. bindsym $mod+grave workspace $ws15
  365. bindsym $mod+apostrophe workspace $ws16
  366.  
  367. #=== Move focused container to workspace === #
  368.  
  369. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  370. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  371. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  372. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  373. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  374. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  375. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  376. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  377. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  378. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  379. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  380. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  381. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  382. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  383. bindsym $mod+Shift+grave move container to workspace $ws15; workspace $ws15
  384. bindsym $mod+Shift+apostrophe move container to workspace $ws16; workspace $ws16
  385.  
  386. #=== Resize Containers === #
  387.  
  388. bindsym $mod+Ctrl+Right resize grow width 10
  389. bindsym $mod+Ctrl+Up resize shrink height 10
  390. bindsym $mod+Ctrl+Down resize grow height 10
  391. bindsym $mod+Ctrl+Left resize shrink width 10
  392.  
  393. #=== i3wm Next Gaps === # (https://github.com/Airblader/i3/tree/gaps-next)
  394.  
  395. gaps inner 14
  396. gaps outer 0
  397. smart_gaps on
  398. smart_borders on
  399.  
  400. #=== Resize Gaps === #
  401. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  402.  
  403. bindsym Ctrl+Shift+y gaps outer current toggle 40
  404. bindsym Ctrl+Shift+o gaps outer current plus 10
  405. bindsym Ctrl+Shift+i gaps outer current minus 10
  406. bindsym Ctrl+Shift+apostrophe gaps outer all set 10
  407. bindsym Ctrl+Shift+m gaps outer all set 20
  408. bindsym Ctrl+Shift+comma gaps outer all set 40
  409. bindsym Ctrl+Shift+period gaps outer all set 60
  410.  
  411. # ============================================================== #
  412. #=== Navigating Containers / Workspaces === #
  413.  
  414. # Use mouse+$mod to drag floating windows to their new position
  415. floating_modifier $mod
  416.  
  417. # Toggle Tiling / Floating
  418. bindsym Ctrl+space floating toggle
  419.  
  420. # Change Focus
  421. bindsym $mod+Left focus left
  422. bindsym $mod+Down focus down
  423. bindsym $mod+Up focus up
  424. bindsym $mod+Right focus right
  425.  
  426. # Move Focused Window
  427. bindsym $mod+Shift+Left move left
  428. bindsym $mod+Shift+Down move down
  429. bindsym $mod+Shift+Up move up
  430. bindsym $mod+Shift+Right move right
  431.  
  432. # Navigate to Next / Previous Workspace
  433. bindsym Mod1+Shift+Tab workspace prev
  434. bindsym Mod1+Tab workspace next
  435. bindsym Mod1+Ctrl+Left workspace prev
  436. bindsym Mod1+Ctrl+Right workspace next
  437. bindsym $mod+Tab workspace back_and_forth
  438.  
  439. # Switch to workspace with urgent window automatically
  440. for_window [urgent=latest] focus
  441.  
  442. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  443. workspace_auto_back_and_forth yes
  444.  
  445. # Move entire contents of a monitor's workspace to the next Monitor
  446. bindsym $mod+Shift+m move workspace to output next
  447.  
  448. # Mouse warped to center of a focused window when switching to another monitor
  449. mouse_warping output
  450.  
  451. # ========================================== #
  452. #=== Border Control === #
  453.  
  454. # default_border normal | none | pixel
  455. default_border none
  456.  
  457. # default_floating_border normal | none| pixel
  458. default_floating_border none
  459.  
  460. # hide_edge_borders none|vertical|horizontal|both|smart
  461. hide_edge_borders smart
  462.  
  463. # new_window normal | new_window none | pixel
  464. new_window none
  465.  
  466. # new_float normal | none | pixel
  467. new_float none
  468.  
  469. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  470.  
  471. # ============================================= #
  472. #=== Tiling Parameters === #
  473.  
  474. # Workspace_layout default|stacking|tabbed
  475. workspace_layout default
  476.  
  477. # Orientation for new workspaces
  478. default_orientation horizontal
  479.  
  480. # Enter fullscreen mode for the focused container
  481. bindsym $mod+f fullscreen toggle
  482.  
  483. # Change focus between tiling / floating windows
  484. bindsym $mod+space focus mode_toggle
  485.  
  486. # Application focus smart|urgent|focus|none
  487. focus_on_window_activation none
  488.  
  489. # popup_during_fullscreen smart|ignore|leave_fullscreen
  490. popup_during_fullscreen smart
  491.  
  492. # ==================================================================== #
  493. #=== Variety with Pywal for Wallpapers/Themes === #
  494.  
  495. # next wallpaper
  496. bindsym $mod+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  497. # previous wallpaper
  498. bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  499. # trash wallpaper
  500. bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  501. # Update Wallpaper
  502. bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  503.  
  504. # =================================================== #
  505. #====== Bar and Workspace Appearance ======#
  506.  
  507. #====== Bar Toggle ======#
  508. # Bar toggle, hide or show
  509. #bindsym $mod+b bar mode invisible
  510. #bindsym $mod+m bar mode dock
  511.  
  512. bar {
  513. height 24
  514. workspace_buttons yes
  515. workspace_min_width 24
  516. font pango:Bauhaus 12, FontAwesome 12
  517. i3bar_command i3bar -t
  518. tray_output HDMI-A-0
  519. tray_padding 2
  520. position top
  521.  
  522. # OPTION 1 : Bumblebee-status
  523. # https://github.com/tobi-wan-kenobi/bumblebee-status
  524. status_command ~/.config/bumblebee-status/bumblebee-status \
  525. -m spacer spacer spacer spacer spacer spacer \
  526. -m redshift spacer spacer spacer spacer spacer spacer \
  527. -m sun spacer spacer spacer spacer spacer spacer \
  528. -m uptime spacer spacer spacer spacer spacer spacer \
  529. -m datetime -p datetime.format=" %c " spacer spacer spacer \
  530. -m spacer spacer spacer spacer spacer spacer \
  531. -t smooth
  532.  
  533. # OPTION 2 : Conky-statusbar
  534. # https://i3wm.org/docs/user-contributed/conky-i3bar.html
  535.  
  536. # status_command ~/.config/i3/start-conky-i3statusbar.sh
  537.  
  538. ##START THEMING BAR
  539. # Theme name : 0004 Leopard
  540. # i3 bar colors
  541.  
  542. colors {
  543. background #7B6C2880
  544. statusline #7B6C2880
  545. separator #7B6C2880
  546. # border backgr. text
  547. focused_workspace #7B6C28 #7B6C28 #F4C277
  548. inactive_workspace #7B6C28 #F4CF70 #7B6C28
  549. active_workspace #7B6C28 #EBBD6F #60542F
  550. urgent_workspace #7B6C28 #005917 #EBBD6F
  551. }
  552. }
  553.  
  554. bar {
  555. height 22
  556. workspace_buttons no
  557. font pango:Bauhaus 12, FontAwesome 12
  558. i3bar_command i3bar -t
  559. output HDMI-A-0
  560. tray_output none
  561. position bottom
  562.  
  563. status_command ~/.config/bumblebee-status/bumblebee-status \
  564. -m spacer spacer spacer spacer spacer spacer spacer spacer spacer \
  565. -m hostname spacer spacer spacer spacer spacer spacer \
  566. -m kernel spacer spacer spacer spacer spacer spacer \
  567. -m shortcut -p shortcut.cmds="alacritty -e vim ~/.config/i3/config;alacritty -e htop" shortcut.labels="vim;htop" spacer spacer spacer spacer spacer spacer \
  568. -m cpu spacer spacer spacer spacer spacer spacer \
  569. -m memory spacer spacer spacer spacer spacer spacer \
  570. -m disk spacer spacer spacer spacer spacer spacer \
  571. -m battery-upower spacer spacer spacer spacer spacer spacer \
  572. -m pasink spacer spacer spacer pasource spacer spacer spacer spacer spacer spacer \
  573. -m todo spacer spacer spacer spacer spacer spacer \
  574. -t smooth
  575.  
  576. colors {
  577. background #7B6C2880
  578. }
  579. }
  580.  
  581. ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp indicator layout nic
  582. ### pacman ping progress sensors title traffic xkcd
  583. ### Problematic modules: dunst playerctl smartstatus twmn
  584.  
  585. # Option 2: Polybar
  586. # Comment out the Bar section and conky, and remove hashtag in the next line to load Polybar; log back in to see the change.
  587. # exec_always --no-startup-id ~/.config/polybar/launch.sh &
  588.  
  589. ##STOP THEMING BAR
  590.  
  591. #=== === The End - Now Start Again === === #
  592. #=== - _ -=== - _ -=== - _ -=== - _ -=== - _ - = #
  593.  
Add Comment
Please, Sign In to add comment